Home
last modified time | relevance | path

Searched refs:SymbolRoleSet (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/Index/
DIndexBody.cpp53 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 …]
DIndexTypeSourceInfo.cpp41 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()
DIndexingContext.h64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
68 SymbolRoleSet Roles = SymbolRoleSet(),
75 SymbolRoleSet Roles,
111 SymbolRoleSet Roles,
DIndexDecl.cpp98 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 …]
DIndexingContext.cpp25 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()
DIndexingAction.cpp22 bool IndexDataConsumer::handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence()
30 const MacroInfo *MI, SymbolRoleSet Roles, in handleMacroOccurence()
36 SymbolRoleSet Roles, in handleModuleOccurence()
DIndexSymbol.cpp245 void index::applyForEachSymbolRole(SymbolRoleSet Roles, in applyForEachSymbolRole()
269 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { in printSymbolRoles()
/external/clang/include/clang/Index/
DIndexSymbol.h93 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);
DIndexDataConsumer.h40 virtual bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles,
47 const MacroInfo *MI, SymbolRoleSet Roles,
52 SymbolRoleSet Roles,
/external/clang/tools/c-index-test/
Dcore_main.cpp74 bool handleDeclOccurence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurence()
111 bool handleModuleOccurence(const ImportDecl *ImportD, SymbolRoleSet Roles, in handleModuleOccurence()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h465 bool handleDeclOccurence(const Decl *D, index::SymbolRoleSet Roles,
471 index::SymbolRoleSet Roles,
DCXIndexDataConsumer.cpp154 SymbolRoleSet Roles, in handleDeclOccurence()
222 SymbolRoleSet Roles, in handleModuleOccurence()