Searched refs:SymbolRelation (Results 1 – 10 of 10) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.h | 71 ArrayRef<SymbolRelation> Relations = std::nullopt); 75 ArrayRef<SymbolRelation> Relations = std::nullopt, 81 ArrayRef<SymbolRelation> Relations = std::nullopt, 98 ArrayRef<SymbolRelation> Relations = std::nullopt); 130 ArrayRef<SymbolRelation> Relations,
|
| H A D | IndexBody.cpp | 62 SmallVectorImpl<SymbolRelation> &Relations) { in getRolesForRef() 132 SmallVectorImpl<SymbolRelation> &Relations) { in addCallRole() 141 SmallVector<SymbolRelation, 4> Relations; in VisitDeclRefExpr() 162 SmallVector<SymbolRelation, 4> Relations; in VisitMemberExpr() 194 SmallVector<SymbolRelation, 4> Relations; in indexDependentReference() 228 SmallVector<SymbolRelation, 4> Relations; in VisitObjCIvarRefExpr() 248 SmallVector<SymbolRelation, 2> Relations; in VisitObjCMessageExpr() 308 SmallVector<SymbolRelation, 2> Relations; in VisitObjCPropertyRefExpr() 318 SmallVector<SymbolRelation, 2> Relations; in VisitObjCPropertyRefExpr() 343 SmallVector<SymbolRelation, 2> Relations; in passObjCLiteralMethodCall() [all …]
|
| H A D | IndexingContext.cpp | 54 ArrayRef<SymbolRelation> Relations) { in handleDecl() 60 ArrayRef<SymbolRelation> Relations, in handleDecl() 78 ArrayRef<SymbolRelation> Relations, in handleReference() 309 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() 358 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence() 414 SmallVector<SymbolRelation, 6> FinalRelations; in handleDeclOccurrence() 417 auto addRelation = [&](SymbolRelation Rel) { in handleDeclOccurrence() 418 auto It = llvm::find_if(FinalRelations, [&](SymbolRelation Elem) -> bool { in handleDeclOccurrence() 431 addRelation(SymbolRelation{ in handleDeclOccurrence() 436 addRelation(SymbolRelation{ in handleDeclOccurrence() [all …]
|
| H A D | IndexDecl.cpp | 141 SmallVector<SymbolRelation, 4> Relations; in handleObjCMethod() 206 SmallVectorImpl<SymbolRelation> &Relations) { in gatherTemplatePseudoOverrides() 245 SmallVector<SymbolRelation, 4> Relations; in VisitFunctionDecl() 256 SymbolRelation(SymbolRoleSet(SymbolRole::RelationSpecializationOf), in VisitFunctionDecl() 306 SmallVector<SymbolRelation, 4> Relations; in VisitVarDecl() 321 SmallVector<SymbolRelation, 4> Relations; in VisitFieldDecl() 356 SmallVector<SymbolRelation, 4> Relations; in VisitTypedefNameDecl() 368 SmallVector<SymbolRelation, 4> Relations; in VisitTagDecl() 372 SmallVector<SymbolRelation, 1> Relations; in VisitTagDecl() 402 SymbolRelation{(unsigned)SymbolRole::RelationBaseOf, ContD})); in handleReferencedProtocols() [all …]
|
| H A D | IndexTypeSourceInfo.cpp | 26 SmallVector<SymbolRelation, 3> Relations; 182 SmallVector<SymbolRelation, 3> SavedRelations = Relations; in TraverseTemplateSpecializationTypeLoc() 305 ArrayRef<SymbolRelation> Relations) { in indexTagDecl()
|
| H A D | FileIndexRecord.h | 49 ArrayRef<SymbolRelation> Relations);
|
| H A D | FileIndexRecord.cpp | 33 ArrayRef<SymbolRelation> Relations) { in addDeclOccurence()
|
| /src/contrib/llvm-project/clang/include/clang/Index/ |
| H A D | DeclOccurrence.h | 28 SmallVector<SymbolRelation, 3> Relations; 31 ArrayRef<SymbolRelation> Relations) in DeclOccurrence()
|
| H A D | IndexSymbol.h | 136 struct SymbolRelation { struct 140 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) in SymbolRelation() argument
|
| H A D | IndexDataConsumer.h | 43 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
|