Home
last modified time | relevance | path

Searched refs:Documents (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/index/dex/
H A DPostingList.cpp166 std::vector<Chunk> encodeStream(llvm::ArrayRef<DocID> Documents) { in encodeStream() argument
167 assert(!Documents.empty() && "Can't encode empty sequence."); in encodeStream()
170 DocID Last = Result.back().Head = Documents.front(); in encodeStream()
172 for (DocID Doc : Documents.drop_front()) { in encodeStream()
217 PostingList::PostingList(llvm::ArrayRef<DocID> Documents) in PostingList() argument
218 : Chunks(encodeStream(Documents)) {} in PostingList()
H A DPostingList.h61 explicit PostingList(llvm::ArrayRef<DocID> Documents);
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DInterfaceFile.cpp122 auto Pos = llvm::lower_bound(Documents, Document, in addDocument()
128 Documents.insert(Pos, Document); in addDocument()
155 if (!std::equal(Documents.begin(), Documents.end(), O.Documents.begin(), in operator ==()
156 O.Documents.end(), in operator ==()
/llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/
H A Duniversal.yaml255 …- '/Users/gclayton/Documents/src/lldb/clean/llvm-project/lldb/test/API/functionalities/module_cach…
257 …- '/Users/gclayton/Documents/src/lldb/clean/Debug/lldb-test-build.noindex/functionalities/module_c…
512 …- '/Users/gclayton/Documents/src/lldb/clean/llvm-project/lldb/test/API/functionalities/module_cach…
514 …- '/Users/gclayton/Documents/src/lldb/clean/Debug/lldb-test-build.noindex/functionalities/module_c…
/llvm-project-15.0.7/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/
H A Dparser_text.test17 …llvm-dwarfdump (0) <B104CFA1-046A-36A6-8EB4-07DDD7CC2DF3> /Users/USER 1/Documents/*/llvm-dwarfdump…
23 # CHECK: /Users/USER 1/Documents/*/llvm-dwarfdump
/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DRunningDocTableEventsDispatcher.cs76 …return _dte.Documents.Cast<Document>().FirstOrDefault(doc => doc.FullName == documentInfo.Moniker); in FindDocumentByCookie()
/llvm-project-15.0.7/clang/docs/
H A Dindex.rst95 Design Documents
/llvm-project-15.0.7/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp223 DiffOutput Documents("Inlined Reexported Frameworks/Libraries"); in getSingleIF() local
224 Documents.Kind = AD_Inline_Doc; in getSingleIF()
225 Documents.Values.push_back(std::make_unique<InlineDoc>( in getSingleIF()
227 Output.push_back(std::move(Documents)); in getSingleIF()
/llvm-project-15.0.7/flang/docs/
H A Dindex.md33 # Design Documents
/llvm-project-15.0.7/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h345 return Documents;
433 std::vector<std::shared_ptr<InterfaceFile>> Documents;
/llvm-project-15.0.7/libcxx/docs/
H A Dindex.rst164 Design Documents
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Davoid-sfb-g-no-change3.mir85 !1 = !DIFile(filename: "1.cpp", directory: "/mnt/c/Users/gbdawsoc/Documents/llvm/bg40969")
/llvm-project-15.0.7/lldb/test/Shell/Commands/
H A Dcommand-image-lookup.yaml289 - '/Users/gclayton/Documents/src/args/build'
/llvm-project-15.0.7/llvm/docs/
H A DGettingStartedVS.rst97 install into a path containing spaces (e.g. ``c:\Documents and Settings\...``)