Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Serialization/
H A DGeneratePCH.cpp30 bool BuildingImplicitModule, bool ShouldCacheASTInMemory, in PCHGenerator() argument
37 ShouldCacheASTInMemory(ShouldCacheASTInMemory) { in PCHGenerator()
78 ShouldCacheASTInMemory); in HandleTranslationUnit()
H A DASTWriter.cpp4864 bool ShouldCacheASTInMemory) { in WriteAST() argument
4889 if (ShouldCacheASTInMemory) { in WriteAST()
/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h677 bool ShouldCacheASTInMemory = false);
931 bool ShouldCacheASTInMemory; variable
955 bool ShouldCacheASTInMemory = false,