/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeIndexDiscovery.cpp | 70 SmallVectorImpl<TiReference> &Refs) { in handleMethodOverloadList() 96 SmallVectorImpl<TiReference> &Refs) { in handleBaseClass() 106 SmallVectorImpl<TiReference> &Refs) { in handleEnumerator() 116 SmallVectorImpl<TiReference> &Refs) { in handleDataMember() 128 SmallVectorImpl<TiReference> &Refs) { in handleOverloadedMethod() 138 SmallVectorImpl<TiReference> &Refs) { in handleOneMethod() 156 SmallVectorImpl<TiReference> &Refs) { in handleNestedType() 166 SmallVectorImpl<TiReference> &Refs) { in handleStaticDataMember() 177 SmallVectorImpl<TiReference> &Refs) { in handleVirtualBaseClass() 192 SmallVectorImpl<TiReference> &Refs) { in handleVFPtr() [all …]
|
H A D | TypeRecordHelpers.cpp | 49 SmallVector<TypeIndex, 1> Refs; in getModifiedType() local
|
H A D | TypeHashing.cpp | 36 SmallVector<TiReference, 4> Refs; in hashType() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | MemIndex.h | 25 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations) { in MemIndex() argument 38 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations, in MemIndex() argument 50 MemIndex(SymbolRange &&Symbols, RefRange &&Refs, RelationRange &&Relations, in MemIndex() argument 88 llvm::DenseMap<SymbolID, llvm::ArrayRef<Ref>> Refs; global() variable
|
H A D | Serialization.h | 45 std::optional<RefSlab> Refs; member 58 const RefSlab *Refs = nullptr; member
|
H A D | Ref.cpp | 52 std::vector<Ref> Refs; in build() local
|
H A D | FileIndex.cpp | 93 auto Refs = Collector.takeRefs(); in indexSymbols() local 247 update(llvm::StringRef Key,std::unique_ptr<SymbolSlab> Symbols,std::unique_ptr<RefSlab> Refs,std::unique_ptr<RelationSlab> Relations,bool CountReferences) update() argument 312 for (const RefSlab *Refs : MainFileRefs) buildIndex() local [all...] |
H A D | Serialization.cpp | 378 void writeRefs(const SymbolID &ID, llvm::ArrayRef<Ref> Refs, in writeRefs() argument 519 RefSlab::Builder Refs; in readRIFF() local 587 std::vector<std::pair<SymbolID, std::vector<Ref>>> Refs; in writeRIFF() local 716 RefSlab Refs; loadIndex() local [all...] |
H A D | FileIndex.h | 190 llvm::DenseSet<const Ref *> Refs; global() member
|
H A D | MemIndex.cpp | 17 build(SymbolSlab Slab,RefSlab Refs,RelationSlab Relations) build() argument
|
H A D | YAMLSerialization.cpp | 45 std::optional<RefBundle> Refs; member 475 RefSlab::Builder Refs; in readYAML() local 535 RefBundle Refs = {Data.first, Data.second}; in toYAML() local
|
H A D | SymbolCollector.h | 199 RefSlab::Builder Refs; global() variable
|
/llvm-project/clang-tools-extra/clangd/index/dex/ |
H A D | Dex.h | 39 Dex(SymbolRange &&Symbols, RefsRange &&Refs, RelationsRange &&Relations, in Dex() argument 54 Dex(SymbolRange && Symbols,RefsRange && Refs,RelationsRange && Relations,Payload && BackingData,size_t BackingDataSize) Dex() argument 65 Dex(SymbolRange && Symbols,RefsRange && Refs,RelationsRange && Relations,FileRange && Files,IndexContents IdxContents,Payload && BackingData,size_t BackingDataSize) Dex() argument 118 llvm::DenseMap<SymbolID, llvm::ArrayRef<Ref>> Refs; global() variable
|
/llvm-project/clang/unittests/Basic/ |
H A D | FileEntryTest.cpp | 69 FileEntryTestHelper Refs; in TEST() local 96 FileEntryTestHelper Refs; in TEST() local 114 FileEntryTestHelper Refs; in TEST() local 131 FileEntryTestHelper Refs; in TEST() local 200 FileEntryTestHelper Refs; in TEST() local 212 FileEntryTestHelper Refs; in TEST() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 35 SmallString(std::initializer_list<StringRef> Refs) in SmallString() 56 void assign(std::initializer_list<StringRef> Refs) { in assign() 73 void append(std::initializer_list<StringRef> Refs) { in append()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | UseRangesCheck.cpp | 175 static const std::pair<StringRef, StringRef> Refs[] = { getFreeBeginEndMethods() local 181 static const std::pair<StringRef, StringRef> Refs[] = { getReverseDescriptor() local
|
/llvm-project/clang-tools-extra/clangd/index/remote/ |
H A D | Service.proto | 22 rpc Refs(RefsRequest) returns (stream RefsReply) {} rpc
|
/llvm-project/clang-tools-extra/clang-tidy/boost/ |
H A D | UseRangesCheck.cpp | 348 static const std::pair<StringRef, StringRef> Refs[] = { getFreeBeginEndMethods() local 359 static const std::pair<StringRef, StringRef> Refs[] = { getReverseDescriptor() local
|
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceOperandsSkip.cpp | 27 SetVector<Value *> Refs; in collectReferencedValues() local
|
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | FindTargetTests.cpp | 1295 annotatedReferences(llvm::StringRef Code,ParsedAST & AST,std::vector<ReferenceLoc> Refs) annotatedReferences() argument 1340 std::vector<ReferenceLoc> Refs; annotateAllReferences() local 1358 std::vector<ReferenceLoc> Refs; annotateReferencesInFoo() local [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ExecutionDomainFix.h | 53 unsigned Refs = 0; member
|
/llvm-project/clang-tools-extra/clangd/indexer/ |
H A D | IndexerMain.cpp | 121 RefSlab::Builder Refs; member in clang::clangd::__anon3bac79200111::IndexActionFactory
|
/llvm-project/clang-tools-extra/include-cleaner/lib/ |
H A D | HTMLReport.cpp | 155 std::vector<Ref> Refs; global() member in clang::include_cleaner::__anonf7a010870111::Reporter 359 writeInsertion(llvm::StringRef Text,llvm::ArrayRef<unsigned> Refs) writeInsertion() argument [all...] |
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransProtectedScope.cpp | 27 SmallVectorImpl<DeclRefExpr *> &Refs; member in __anonf9ad4e870111::LocalRefsCollector
|
H A D | Transforms.cpp | 215 ExprSet &Refs; member in __anon10b1afaa0111::ReferenceClear 223 ExprSet &Refs; member in __anon10b1afaa0111::ReferenceCollector
|