Searched defs:Roles (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexBody.cpp | 63 SymbolRoleSet Roles{}; in getRolesForRef() local 131 void addCallRole(SymbolRoleSet &Roles, in addCallRole() 142 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() local 163 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitMemberExpr() local 195 SymbolRoleSet Roles = getRolesForRef(E, Relations); in indexDependentReference() local 229 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCIvarRefExpr() local 247 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local 309 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCPropertyRefExpr() local 319 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCPropertyRefExpr() local 342 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local [all …]
|
H A D | FileIndexRecord.cpp | 31 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, in addDeclOccurence() 40 void FileIndexRecord::addMacroOccurence(SymbolRoleSet Roles, unsigned Offset, in addMacroOccurence()
|
H A D | IndexSymbol.cpp | 415 bool index::applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles, in applyForEachSymbolRoleInterruptible() 449 void index::applyForEachSymbolRole(SymbolRoleSet Roles, in applyForEachSymbolRole() 457 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { in printSymbolRoles()
|
H A D | IndexDecl.cpp | 169 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() local 244 SymbolRoleSet Roles{}; in VisitFunctionDecl() local 542 SymbolRoleSet Roles = 0; in VisitObjCPropertyImplDecl() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Index/ |
H A D | IndexDataConsumer.h | 42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() 50 const MacroInfo *MI, SymbolRoleSet Roles, in handleMacroOccurrence() 61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence()
|
H A D | DeclOccurrence.h | 24 SymbolRoleSet Roles; member
|
H A D | IndexSymbol.h | 137 SymbolRoleSet Roles; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Sarif.h | 112 llvm::SmallVector<std::string, 4> Roles; variable
|