Home
last modified time | relevance | path

Searched defs:Relations (Results 1 – 25 of 36) sorted by relevance

12

/external/llvm-project/clang-tools-extra/clangd/index/
DMemIndex.h24 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations) { in MemIndex()
37 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations, in MemIndex()
75 llvm::DenseMap<std::pair<SymbolID, uint8_t>, std::vector<SymbolID>> Relations; variable
DRelation.h90 RelationSlab(std::vector<Relation> Relations) in RelationSlab()
93 std::vector<Relation> Relations; variable
DSerialization.h45 llvm::Optional<RelationSlab> Relations; member
58 const RelationSlab *Relations = nullptr; member
DFileIndex.h193 llvm::DenseSet<const Relation *> Relations; member
DMemIndex.cpp20 RelationSlab Relations) { in build()
DSerialization.cpp525 RelationSlab::Builder Relations; in readRIFF() local
593 std::vector<Relation> Relations; in writeRIFF() local
709 RelationSlab Relations; in loadIndex() local
DFileIndex.cpp90 auto Relations = Collector.takeRelations(); in indexSymbols() local
241 std::unique_ptr<RelationSlab> Relations, in update()
DSymbolCollector.h153 RelationSlab::Builder Relations; variable
DSymbolCollector.cpp258 llvm::ArrayRef<index::SymbolRelation> Relations, SourceLocation Loc, in handleDeclOccurrence()
492 ArrayRef<index::SymbolRelation> Relations) { in processRelations()
/external/llvm-project/clang-tools-extra/clangd/index/dex/
DDex.h46 Dex(SymbolRange &&Symbols, RefsRange &&Refs, RelationsRange &&Relations) in Dex()
61 Dex(SymbolRange &&Symbols, RefsRange &&Refs, RelationsRange &&Relations, in Dex()
113 llvm::DenseMap<std::pair<SymbolID, uint8_t>, std::vector<SymbolID>> Relations; variable
/external/llvm-project/clang/lib/Index/
DIndexBody.cpp58 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 …]
DIndexDecl.cpp135 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
DIndexingContext.cpp54 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()
DFileIndexRecord.cpp22 ArrayRef<SymbolRelation> Relations) { in addDeclOccurence()
DIndexTypeSourceInfo.cpp23 SmallVector<SymbolRelation, 3> Relations; member in __anon1c7ab1c80111::TypeIndexer
295 ArrayRef<SymbolRelation> Relations) { in indexTagDecl()
/external/clang/lib/Index/
DIndexBody.cpp54 SmallVectorImpl<SymbolRelation> &Relations) { in getRolesForRef()
124 SmallVectorImpl<SymbolRelation> &Relations) { in addCallRole()
133 SmallVector<SymbolRelation, 4> Relations; in VisitDeclRefExpr() local
143 SmallVector<SymbolRelation, 4> Relations; in VisitMemberExpr() local
159 SmallVector<SymbolRelation, 4> Relations; in VisitObjCIvarRefExpr() local
179 SmallVector<SymbolRelation, 2> Relations; in VisitObjCMessageExpr() local
218 SmallVector<SymbolRelation, 2> Relations; in passObjCLiteralMethodCall() local
248 SmallVector<SymbolRelation, 2> Relations; in VisitCXXConstructExpr() local
DIndexingContext.cpp26 ArrayRef<SymbolRelation> Relations) { in handleDecl()
34 ArrayRef<SymbolRelation> Relations, in handleDecl()
47 ArrayRef<SymbolRelation> Relations, in handleReference()
233 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
DIndexTypeSourceInfo.cpp23 SmallVector<SymbolRelation, 3> Relations; member in __anonaf878c3a0111::TypeIndexer
DIndexingAction.cpp23 ArrayRef<SymbolRelation> Relations, in handleDeclOccurence()
/external/llvm-project/clang-tools-extra/clangd/index/remote/
DService.proto24 rpc Relations(RelationsRequest) returns (stream RelationsReply) {} rpc
/external/llvm-project/clang/include/clang/Index/
DDeclOccurrence.h26 SmallVector<SymbolRelation, 3> Relations; member
DIndexDataConsumer.h43 ArrayRef<SymbolRelation> Relations, in handleDeclOccurrence()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp177 DeclRelationSet Relations, in getDeclAtPositionWithRelations()
196 getDeclAtPosition(ParsedAST &AST, SourceLocation Pos, DeclRelationSet Relations, in getDeclAtPosition()
329 DeclRelationSet Relations = in locateASTReferent() local
794 llvm::ArrayRef<index::SymbolRelation> Relations, in handleDeclOccurrence()
1100 DeclRelationSet Relations = in findDocumentHighlights() local
1149 DeclRelationSet Relations = in findImplementations() local
1224 DeclRelationSet Relations = in findReferences() local
1294 DeclRelationSet Relations = DeclRelation::TemplatePattern | in getSymbolInfo() local
/external/llvm-project/clang-tools-extra/clangd/indexer/
DIndexerMain.cpp102 RelationSlab::Builder Relations; member in clang::clangd::__anon713782bd0111::IndexActionFactory
/external/clang/tools/c-index-test/
Dcore_main.cpp75 ArrayRef<SymbolRelation> Relations, in handleDeclOccurence()

12