Home
last modified time | relevance | path

Searched refs:PreambleStoragePath (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h129 std::string PreambleStoragePath; variable
834 StringRef PreambleStoragePath = StringRef(), bool OnlyLocalDecls = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1404 PCHContainerOps, StorePreamblesInMemory, PreambleStoragePath, in getMainBufferWithPrecompiledPreamble()
1749 bool StorePreamblesInMemory, StringRef PreambleStoragePath, in LoadFromCommandLine() argument
1815 AST->PreambleStoragePath = PreambleStoragePath; in LoadFromCommandLine()
/freebsd-14.2/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h395 const char *PreambleStoragePath; member