Home
last modified time | relevance | path

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

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