Home
last modified time | relevance | path

Searched defs:Roles (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Index/
DIndexBody.cpp55 SymbolRoleSet Roles{}; in getRolesForRef() local
123 void addCallRole(SymbolRoleSet &Roles, in addCallRole()
134 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() local
144 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitMemberExpr() local
160 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCIvarRefExpr() local
178 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local
217 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local
247 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() local
DIndexingContext.cpp25 SymbolRoleSet Roles, in handleDecl()
33 SymbolRoleSet Roles, in handleDecl()
46 SymbolRoleSet Roles, in handleReference()
93 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; in importedModule() local
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()
DIndexDecl.cpp98 SymbolRoleSet Roles{}; in VisitFunctionDecl() local
/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/include/clang/Index/
DIndexSymbol.h97 SymbolRoleSet Roles; member
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp154 SymbolRoleSet Roles, in handleDeclOccurence()
222 SymbolRoleSet Roles, in handleModuleOccurence()