Home
last modified time | relevance | path

Searched refs:SymbolRelation (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp62 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 DIndexDecl.cpp141 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 DIndexTypeSourceInfo.cpp26 SmallVector<SymbolRelation, 3> Relations;
182 SmallVector<SymbolRelation, 3> SavedRelations = Relations; in TraverseTemplateSpecializationTypeLoc()
305 ArrayRef<SymbolRelation> Relations) { in indexTagDecl()
H A DFileIndexRecord.h49 ArrayRef<SymbolRelation> Relations);
H A DFileIndexRecord.cpp33 ArrayRef<SymbolRelation> Relations) { in addDeclOccurence()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DDeclOccurrence.h28 SmallVector<SymbolRelation, 3> Relations;
31 ArrayRef<SymbolRelation> Relations) in DeclOccurrence()
H A DIndexSymbol.h136 struct SymbolRelation { struct
140 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) in SymbolRelation() argument
H A DIndexDataConsumer.h43 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()