Lines Matching refs:IndexingContext

28 bool IndexingContext::shouldIndex(const Decl *D) {  in shouldIndex()
32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts()
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
40 bool IndexingContext::shouldIndexImplicitInstantiation() const { in shouldIndexImplicitInstantiation()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations()
48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters()
52 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
74 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
106 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
150 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
186 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
360 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence()
457 void IndexingContext::handleMacroDefined(const IdentifierInfo &Name, in handleMacroDefined()
464 void IndexingContext::handleMacroUndefined(const IdentifierInfo &Name, in handleMacroUndefined()
471 void IndexingContext::handleMacroReference(const IdentifierInfo &Name, in handleMacroReference()