Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp30 bool BuildingImplicitModule, bool ShouldCacheASTInMemory, in PCHGenerator() argument
37 ShouldCacheASTInMemory(ShouldCacheASTInMemory) { in PCHGenerator()
87 ShouldCacheASTInMemory); in HandleTranslationUnit()
H A DASTWriter.cpp5413 StringRef isysroot, bool ShouldCacheASTInMemory) { in WriteAST() argument
5445 if (ShouldCacheASTInMemory) { in WriteAST()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h722 bool ShouldCacheASTInMemory = false);
984 bool ShouldCacheASTInMemory; variable
1005 bool ShouldCacheASTInMemory = false,