Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp59 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 DIndexingContext.cpp53 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 DFileIndexRecord.cpp39 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, in addDeclOccurence()
47 void FileIndexRecord::addMacroOccurence(SymbolRoleSet Roles, unsigned Offset, in addMacroOccurence()
H A DIndexSymbol.cpp407 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 DIndexDecl.cpp163 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 DIndexDataConsumer.h42 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 DDeclOccurrence.h24 SymbolRoleSet Roles; member
H A DIndexSymbol.h134 SymbolRoleSet Roles; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp103 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 DCXIndexDataConsumer.cpp158 const Decl *D, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
225 SymbolRoleSet Roles, in handleModuleOccurrence()