Home
last modified time | relevance | path

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

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