/external/clang/lib/Index/ |
D | IndexBody.cpp | 53 SymbolRoleSet getRolesForRef(const Expr *E, in getRolesForRef() 55 SymbolRoleSet Roles{}; in getRolesForRef() 123 void addCallRole(SymbolRoleSet &Roles, in addCallRole() 134 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() 144 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitMemberExpr() 153 ParentDC, SymbolRoleSet(), {}, E); in VisitDesignatedInitExpr() 160 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCIvarRefExpr() 178 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() 199 Parent, ParentDC, SymbolRoleSet(), {}, E); in VisitObjCPropertyRefExpr() 208 Parent, ParentDC, SymbolRoleSet(), {}, E); in VisitMSPropertyRefExpr() [all …]
|
D | IndexTypeSourceInfo.cpp | 41 Parent, ParentDC, SymbolRoleSet(), in VisitTypedefTypeLoc() 90 Parent, ParentDC, SymbolRoleSet(), in VisitTagTypeLoc() 96 Parent, ParentDC, SymbolRoleSet()); in VisitObjCInterfaceTypeLoc() 102 Parent, ParentDC, SymbolRoleSet()); in VisitObjCObjectTypeLoc() 112 Parent, ParentDC, SymbolRoleSet(), Relations); in VisitTemplateSpecializationTypeLoc() 116 Parent, ParentDC, SymbolRoleSet(), Relations); in VisitTemplateSpecializationTypeLoc() 173 Loc, Parent, DC, SymbolRoleSet()); in indexNestedNameSpecifierLoc() 177 Loc, Parent, DC, SymbolRoleSet()); in indexNestedNameSpecifierLoc()
|
D | IndexingContext.h | 64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 68 SymbolRoleSet Roles = SymbolRoleSet(), 75 SymbolRoleSet Roles, 111 SymbolRoleSet Roles,
|
D | IndexDecl.cpp | 98 SymbolRoleSet Roles{}; in VisitFunctionDecl() 199 SymbolRoleSet()); in VisitTagDecl() 213 SymbolRoleSet(), in handleReferencedProtocols() 224 SymbolRoleSet(), in VisitObjCInterfaceDecl() 231 D->getDeclContext(), SymbolRoleSet()); in VisitObjCInterfaceDecl() 243 D->getDeclContext(), SymbolRoleSet()); in VisitObjCProtocolDecl() 316 D->getDeclContext(), SymbolRoleSet(), {}, in VisitObjCPropertyImplDecl() 327 D->getDeclContext(), SymbolRoleSet()); in VisitObjCPropertyImplDecl() 334 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD); in VisitObjCPropertyImplDecl() 339 IndexCtx.handleDecl(MD, D->getLocation(), SymbolRoleSet(), {}, ImplD); in VisitObjCPropertyImplDecl() [all …]
|
D | IndexingContext.cpp | 25 SymbolRoleSet Roles, in handleDecl() 33 SymbolRoleSet Roles, in handleDecl() 46 SymbolRoleSet Roles, in handleReference() 93 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; in importedModule() 232 SymbolRoleSet Roles, in handleDeclOccurrence()
|
D | IndexingAction.cpp | 22 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence() 30 const MacroInfo *MI, SymbolRoleSet Roles, in handleMacroOccurence() 36 SymbolRoleSet Roles, in handleModuleOccurence()
|
D | IndexSymbol.cpp | 245 void index::applyForEachSymbolRole(SymbolRoleSet Roles, in applyForEachSymbolRole() 269 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { in printSymbolRoles()
|
/external/clang/include/clang/Index/ |
D | IndexSymbol.h | 93 typedef unsigned SymbolRoleSet; typedef 97 SymbolRoleSet Roles; 100 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) in SymbolRelation() 112 void applyForEachSymbolRole(SymbolRoleSet Roles, 114 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
|
D | IndexDataConsumer.h | 40 virtual bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, 47 const MacroInfo *MI, SymbolRoleSet Roles, 52 SymbolRoleSet Roles,
|
/external/clang/tools/c-index-test/ |
D | core_main.cpp | 74 bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence() 111 bool handleModuleOccurence(const ImportDecl *ImportD, SymbolRoleSet Roles, in handleModuleOccurence()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 465 bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles, 471 index::SymbolRoleSet Roles,
|
D | CXIndexDataConsumer.cpp | 154 SymbolRoleSet Roles, in handleDeclOccurence() 222 SymbolRoleSet Roles, in handleModuleOccurence()
|