summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexingContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Index/IndexingContext.h')
-rw-r--r--clang/lib/Index/IndexingContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Index/IndexingContext.h b/clang/lib/Index/IndexingContext.h
index 1ebf6f9ce67..c70cb0a8272 100644
--- a/clang/lib/Index/IndexingContext.h
+++ b/clang/lib/Index/IndexingContext.h
@@ -48,6 +48,8 @@ public:
void setASTContext(ASTContext &ctx) { Ctx = &ctx; }
+ bool shouldIndex(const Decl *D);
+
bool shouldSuppressRefs() const {
return false;
}
OpenPOWER on IntegriCloud