Home
last modified time | relevance | path

Searched refs:IndexingContext (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Index/
DIndexingAction.cpp44 IndexingContext &IndexCtx;
47 IndexASTConsumer(IndexingContext &IndexCtx) in IndexASTConsumer()
75 IndexingContext IndexCtx;
161 IndexingContext &IndexCtx = *static_cast<IndexingContext*>(context); in topLevelDeclVisitor()
165 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IndexCtx) { in indexTranslationUnit()
172 IndexingContext IndexCtx(Opts, *DataConsumer); in indexASTUnit()
DIndexTypeSourceInfo.cpp19 IndexingContext &IndexCtx;
28 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent, in TypeIndexer()
130 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, in indexTypeSourceInfo()
140 void IndexingContext::indexTypeLoc(TypeLoc TL, in indexTypeLoc()
152 void IndexingContext::indexNestedNameSpecifierLoc(NestedNameSpecifierLoc NNS, in indexNestedNameSpecifierLoc()
187 void IndexingContext::indexTagDecl(const TagDecl *D) { in indexTagDecl()
DIndexingContext.cpp20 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols()
24 bool IndexingContext::handleDecl(const Decl *D, in handleDecl()
32 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl()
43 bool IndexingContext::handleReference(const NamedDecl *D, SourceLocation Loc, in handleReference()
60 bool IndexingContext::importedModule(const ImportDecl *ImportD) { in importedModule()
100 bool IndexingContext::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl()
128 bool IndexingContext::isTemplateImplicitInstantiation(const Decl *D) { in isTemplateImplicitInstantiation()
149 bool IndexingContext::shouldIgnoreIfImplicit(const Decl *D) { in shouldIgnoreIfImplicit()
230 bool IndexingContext::handleDeclOccurrence(const Decl *D, SourceLocation Loc, in handleDeclOccurrence()
DCMakeLists.txt12 IndexingContext.cpp
18 IndexingContext.h
DIndexDecl.cpp26 IndexingContext &IndexCtx;
29 explicit IndexingDeclVisitor(IndexingContext &indexCtx) in IndexingDeclVisitor()
414 bool IndexingContext::indexDecl(const Decl *D) { in indexDecl()
432 bool IndexingContext::indexDeclContext(const DeclContext *DC) { in indexDeclContext()
439 bool IndexingContext::indexTopLevelDecl(const Decl *D) { in indexTopLevelDecl()
449 bool IndexingContext::indexDeclGroupRef(DeclGroupRef DG) { in indexDeclGroupRef()
DIndexBody.cpp19 IndexingContext &IndexCtx;
26 BodyIndexer(IndexingContext &indexCtx, in BodyIndexer()
299 IndexingContext &IndexCtx; in TraverseInitListExpr()
304 SyntacticFormIndexer(IndexingContext &indexCtx, in TraverseInitListExpr()
351 void IndexingContext::indexBody(const Stmt *S, const NamedDecl *Parent, in indexBody()
DIndexingContext.h37 class IndexingContext {
43 IndexingContext(IndexingOptions IndexOpts, IndexDataConsumer &DataConsumer) in IndexingContext() function