Home
last modified time | relevance | path

Searched defs:Slab (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang-tools-extra/clangd/unittests/
H A DSerializationTests.cpp211 yamlFromSymbols(const SymbolSlab & Slab) yamlFromSymbols() argument
217 yamlFromRefs(const RefSlab & Slab) yamlFromRefs() argument
224 yamlFromRelations(const RelationSlab & Slab) yamlFromRelations() argument
H A DFileIndexTests.cpp84 SymbolSlab::Builder Slab; in numSlab() local
91 RefSlab::Builder Slab; in refSlab() local
768 auto Slab = runFuzzyFind(Idx, ""); in TEST() local
H A DTestIndex.cpp122 SymbolSlab::Builder Slab; in generateSymbols() local
H A DTestTU.cpp185 const Symbol &findSymbol(const SymbolSlab &Slab, llvm::StringRef QName) { in findSymbol() argument
H A DDiagnosticsTests.cpp1228 SymbolSlab::Builder Slab; buildIndexWithSymbol() local
1293 SymbolSlab::Builder Slab; TEST() local
1337 SymbolSlab::Builder Slab; TEST() local
1668 SymbolSlab::Builder Slab; TEST() local
[all...]
H A DSyncAPI.cpp141 RefSlab::Builder Slab; in getRefs() local
H A DIndexTests.cpp92 RelationSlab Slab = std::move(Builder).build(); in TEST() local
108 RelationSlab Slab = std::move(Builder).build(); in TEST() local
H A DCodeCompleteTests.cpp109 SymbolSlab::Builder Slab; memIndex() local
/llvm-project/llvm/unittests/Support/
H A DAllocatorTest.cpp226 void *Slab = (void *)alignAddr((char*)MemBase + sizeof(void *), Alignment); Allocate() local
235 Deallocate(void * Slab,size_t,size_t) Deallocate() argument
/llvm-project/clang-tools-extra/clangd/index/
H A DFileIndex.cpp303 for (const auto &Slab : SymbolSlabs) { in buildIndex() local
329 for (const auto &Slab : SymbolSlabs) in buildIndex() local
378 for (const auto &Slab : SymbolSlabs) in buildIndex() local
H A DSymbol.cpp69 llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const SymbolSlab &Slab) { in operator <<()
H A DFileIndex.h96 std::shared_ptr<RefSlab> Slab; global() member
H A DMemIndex.cpp17 build(SymbolSlab Slab,RefSlab Refs,RelationSlab Relations) build() argument
H A DStdLib.cpp132 filter(SymbolSlab Slab,const StdLibLocation & Loc) filter() argument
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp372 sys::MemoryBlock Slab; allocate() local