Searched defs:Relations (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 58 SmallVectorImpl<SymbolRelation> &Relations) { in getRolesForRef() 128 SmallVectorImpl<SymbolRelation> &Relations) { in addCallRole() 137 SmallVector<SymbolRelation, 4> Relations; in VisitDeclRefExpr() local 147 SmallVector<SymbolRelation, 4> Relations; in VisitMemberExpr() local 179 SmallVector<SymbolRelation, 4> Relations; in indexDependentReference() local 210 SmallVector<SymbolRelation, 4> Relations; in VisitObjCIvarRefExpr() local 230 SmallVector<SymbolRelation, 2> Relations; in VisitObjCMessageExpr() local 293 SmallVector<SymbolRelation, 2> Relations; in VisitObjCPropertyRefExpr() local 303 SmallVector<SymbolRelation, 2> Relations; in VisitObjCPropertyRefExpr() local 328 SmallVector<SymbolRelation, 2> Relations; in passObjCLiteralMethodCall() local [all …]
|
H A D | IndexDecl.cpp | 135 SmallVector<SymbolRelation, 4> Relations; in handleObjCMethod() local 200 SmallVectorImpl<SymbolRelation> &Relations) { in gatherTemplatePseudoOverrides() 239 SmallVector<SymbolRelation, 4> Relations; in VisitFunctionDecl() local 300 SmallVector<SymbolRelation, 4> Relations; in VisitVarDecl() local 315 SmallVector<SymbolRelation, 4> Relations; in VisitFieldDecl() local 350 SmallVector<SymbolRelation, 4> Relations; in VisitTypedefNameDecl() local 362 SmallVector<SymbolRelation, 4> Relations; in VisitTagDecl() local 366 SmallVector<SymbolRelation, 1> Relations; in VisitTagDecl() local 528 SmallVector<SymbolRelation, 1> Relations; in VisitObjCPropertyImplDecl() local
|
H A D | IndexingContext.cpp | 54 ArrayRef<SymbolRelation> Relations) { in handleDecl() 60 ArrayRef<SymbolRelation> Relations, in handleDecl() 78 ArrayRef<SymbolRelation> Relations, in handleReference() 314 bool IsRef, SymbolRoleSet Roles, ArrayRef<SymbolRelation> Relations) { in shouldReportOccurrenceForSystemDeclOnlyMode() 363 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
|
H A D | IndexTypeSourceInfo.cpp | 23 SmallVector<SymbolRelation, 3> Relations; member in __anonf88ccce30111::TypeIndexer 295 ArrayRef<SymbolRelation> Relations) { in indexTagDecl()
|
H A D | FileIndexRecord.cpp | 41 ArrayRef<SymbolRelation> Relations) { in addDeclOccurence()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/ |
H A D | DeclOccurrence.h | 28 SmallVector<SymbolRelation, 3> Relations; member
|
H A D | IndexDataConsumer.h | 43 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
H A D | core_main.cpp | 104 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
|
/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()
|