/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 59 SymbolRoleSet Roles{}; in getRolesForRef() local 127 void addCallRole(SymbolRoleSet &Roles, in addCallRole() 138 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() local 148 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitMemberExpr() local 180 SymbolRoleSet Roles = getRolesForRef(E, Relations); in indexDependentReference() local 211 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCIvarRefExpr() local 229 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() local 294 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCPropertyRefExpr() local 304 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCPropertyRefExpr() local 327 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() local [all …]
|
H A D | IndexingContext.cpp | 53 SymbolRoleSet Roles, in handleDecl() 59 SymbolRoleSet Roles, in handleDecl() 77 SymbolRoleSet Roles, in handleReference() 143 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; in importedModule() local 314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() 362 SymbolRoleSet Roles, in handleDeclOccurrence() 462 SymbolRoleSet Roles = (unsigned)SymbolRole::Definition; in handleMacroDefined() local 471 SymbolRoleSet Roles = (unsigned)SymbolRole::Undefinition; in handleMacroUndefined() local 480 SymbolRoleSet Roles = (unsigned)SymbolRole::Reference; in handleMacroReference() local
|
H A D | FileIndexRecord.cpp | 39 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, in addDeclOccurence() 47 void FileIndexRecord::addMacroOccurence(SymbolRoleSet Roles, unsigned Offset, in addMacroOccurence()
|
H A D | IndexSymbol.cpp | 407 bool index::applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles, in applyForEachSymbolRoleInterruptible() 441 void index::applyForEachSymbolRole(SymbolRoleSet Roles, in applyForEachSymbolRole() 449 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { in printSymbolRoles()
|
H A D | IndexDecl.cpp | 163 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() local 238 SymbolRoleSet Roles{}; in VisitFunctionDecl() local 527 SymbolRoleSet Roles = 0; in VisitObjCPropertyImplDecl() local
|
/netbsd-src/external/apache2/llvm/dist/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 | 134 SymbolRoleSet Roles; member
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 103 bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() 142 const clang::Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence() 166 SymbolRoleSet Roles, SourceLocation Loc) override { in handleMacroOccurrence()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 158 const Decl *D, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() 225 SymbolRoleSet Roles, in handleModuleOccurrence()
|