diff options
Diffstat (limited to 'lib/Index/IndexingContext.h')
-rw-r--r-- | lib/Index/IndexingContext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Index/IndexingContext.h b/lib/Index/IndexingContext.h index 1ebf6f9ce67a..566651c83a75 100644 --- a/lib/Index/IndexingContext.h +++ b/lib/Index/IndexingContext.h @@ -48,6 +48,10 @@ public: void setASTContext(ASTContext &ctx) { Ctx = &ctx; } + bool shouldIndex(const Decl *D); + + const LangOptions &getLangOpts() const; + bool shouldSuppressRefs() const { return false; } |