diff options
Diffstat (limited to 'clang/lib/Index/IndexingContext.h')
-rw-r--r-- | clang/lib/Index/IndexingContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Index/IndexingContext.h b/clang/lib/Index/IndexingContext.h index c70cb0a8272..566651c83a7 100644 --- a/clang/lib/Index/IndexingContext.h +++ b/clang/lib/Index/IndexingContext.h @@ -50,6 +50,8 @@ public: bool shouldIndex(const Decl *D); + const LangOptions &getLangOpts() const; + bool shouldSuppressRefs() const { return false; } |