Searched defs:ShouldCacheASTInMemory (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | GeneratePCH.cpp | 28 PCHGenerator(const Preprocessor & PP,InMemoryModuleCache & ModuleCache,StringRef OutputFile,StringRef isysroot,std::shared_ptr<PCHBuffer> Buffer,ArrayRef<std::shared_ptr<ModuleFileExtension>> Extensions,bool AllowASTWithErrors,bool IncludeTimestamps,bool BuildingImplicitModule,bool ShouldCacheASTInMemory) PCHGenerator() argument
|
H A D | ASTWriter.cpp | 4627 WriteAST(Sema & SemaRef,StringRef OutputFile,Module * WritingModule,StringRef isysroot,bool ShouldCacheASTInMemory) WriteAST() argument
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTWriter.h | 852 bool ShouldCacheASTInMemory; global() variable
|