| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexTypeSourceInfo.cpp | 56 SymbolRoleSet()); in VisitTemplateTypeParmTypeLoc() 65 ParentDC, SymbolRoleSet(), Relations); in VisitTypedefTypeLoc() 69 Parent, ParentDC, SymbolRoleSet())); in VisitTypedefTypeLoc() 77 Parent, ParentDC, SymbolRoleSet(), in VisitTypedefTypeLoc() 130 Parent, ParentDC, SymbolRoleSet(), in VisitTagTypeLoc() 157 SymbolRoleSet(), Relations); in HandleTemplateSpecializationTypeLoc() 160 SymbolRoleSet(), Relations); in HandleTemplateSpecializationTypeLoc() 206 ParentDC, SymbolRoleSet(), Relations); in VisitInjectedClassNameTypeLoc() 290 Loc, Parent, DC, SymbolRoleSet()); in indexNestedNameSpecifierLoc() 294 Loc, Parent, DC, SymbolRoleSet()); in indexNestedNameSpecifierLoc() [all …]
|
| H A D | IndexDecl.cpp | 169 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() 174 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleObjCMethod() 244 SymbolRoleSet Roles{}; in VisitFunctionDecl() 398 SymbolRoleSet roles{}; in handleReferencedProtocols() 400 roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleReferencedProtocols() 422 SymbolRoleSet superRoles{}; in VisitObjCInterfaceDecl() 542 SymbolRoleSet Roles = 0; in VisitObjCPropertyImplDecl() 549 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in VisitObjCPropertyImplDecl() 557 SymbolRoleSet AccessorMethodRoles = in VisitObjCPropertyImplDecl() 558 SymbolRoleSet(SymbolRole::Dynamic) | SymbolRoleSet(SymbolRole::Implicit); in VisitObjCPropertyImplDecl() [all …]
|
| H A D | IndexBody.cpp | 61 SymbolRoleSet getRolesForRef(const Expr *E, in getRolesForRef() 63 SymbolRoleSet Roles{}; in getRolesForRef() 131 void addCallRole(SymbolRoleSet &Roles, in addCallRole() 142 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitDeclRefExpr() 163 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitMemberExpr() 195 SymbolRoleSet Roles = getRolesForRef(E, Relations); in indexDependentReference() 229 SymbolRoleSet Roles = getRolesForRef(E, Relations); in VisitObjCIvarRefExpr() 247 SymbolRoleSet Roles{}; in VisitObjCMessageExpr() 342 SymbolRoleSet Roles{}; in passObjCLiteralMethodCall() 372 SymbolRoleSet Roles{}; in VisitCXXConstructExpr() [all …]
|
| H A D | IndexingContext.h | 70 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(), 74 SymbolRoleSet Roles = SymbolRoleSet(), 80 SymbolRoleSet Roles = SymbolRoleSet(), 129 SymbolRoleSet Roles,
|
| H A D | IndexingContext.cpp | 53 SymbolRoleSet Roles, in handleDecl() 59 SymbolRoleSet Roles, in handleDecl() 77 SymbolRoleSet Roles, in handleReference() 101 ImportD, Mod, (SymbolRoleSet)SymbolRole::Reference, IdLocs.back()); in reportModuleReferences() 141 SymbolRoleSet Roles = (unsigned)SymbolRole::Declaration; in importedModule() 309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() 313 auto acceptForRelation = [](SymbolRoleSet roles) -> bool { in shouldReportOccurrenceForSystemDeclOnlyMode() 357 SymbolRoleSet Roles, in handleDeclOccurrence() 457 SymbolRoleSet Roles = (unsigned)SymbolRole::Definition; in handleMacroDefined() 466 SymbolRoleSet Roles = (unsigned)SymbolRole::Undefinition; in handleMacroUndefined() [all …]
|
| H A D | FileIndexRecord.h | 48 void addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, const Decl *D, 57 void addMacroOccurence(SymbolRoleSet Roles, unsigned Offset,
|
| 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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | IndexSymbol.h | 133 typedef unsigned SymbolRoleSet; typedef 137 SymbolRoleSet Roles; 140 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) in SymbolRelation() 157 void applyForEachSymbolRole(SymbolRoleSet Roles, 159 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles, 161 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
|
| H A D | DeclOccurrence.h | 24 SymbolRoleSet Roles; 30 DeclOccurrence(SymbolRoleSet R, unsigned Offset, const Decl *D, in DeclOccurrence() 34 DeclOccurrence(SymbolRoleSet R, unsigned Offset, const IdentifierInfo *Name, in DeclOccurrence()
|
| 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()
|