Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h123 bool StorePreamblesInMemory = false; variable
836 bool StorePreamblesInMemory = 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
1827 AST->StorePreamblesInMemory = StorePreamblesInMemory; in LoadFromCommandLine()
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h382 unsigned StorePreamblesInMemory : 1; member