Home
last modified time | relevance | path

Searched defs:BuildDir (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.h210 const format::FormatStyle &Style, StringRef BuildDir, in IncludeInserter()
253 StringRef BuildDir; variable
H A DParsedAST.cpp553 auto BuildDir = VFS->getCurrentWorkingDirectory(); in build() local
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXCompilationDatabase.cpp11 clang_CompilationDatabase_fromDirectory(const char *BuildDir, in clang_CompilationDatabase_fromDirectory()
/llvm-project-15.0.7/clang-tools-extra/clang-apply-replacements/lib/Tooling/
H A DApplyReplacements.cpp157 const llvm::Optional<std::string> BuildDir) { in groupReplacements()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DGlobalCompilationDatabaseTests.cpp297 TEST(GlobalCompilationDatabaseTest, BuildDir) { in TEST() argument
H A DXRefsTests.cpp1477 std::string BuildDir = testPath("build"); in TEST() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2963 auto BuildDir = PP.getFileManager().getDirectory(Blob); in ReadControlBlock() local