Home
last modified time | relevance | path

Searched refs:DisableStatCache (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
DPreprocessorOptions.h70 bool DisableStatCache; variable
170 DisablePCHValidation(false), DisableStatCache(false), in PreprocessorOptions()
DCompilerInstance.h534 bool DisableStatCache,
544 bool DisableStatCache,
/external/clang/lib/Frontend/
DCompilerInstance.cpp309 bool DisableStatCache, in createPCHExternalASTSource() argument
316 DisableStatCache, in createPCHExternalASTSource()
329 bool DisableStatCache, in createPCHExternalASTSource() argument
338 DisablePCHValidation, DisableStatCache, in createPCHExternalASTSource()
943 PPOpts.DisableStatCache); in loadModule()
DFrontendAction.cpp273 CI.getPreprocessorOpts().DisableStatCache, in BeginSourceFile()
DASTUnit.cpp2005 PPOpts.DisableStatCache = true; in Reparse()
2423 PreprocessorOpts.DisableStatCache = true; in CodeComplete()
/external/clang/include/clang/Serialization/
DASTReader.h587 bool DisableStatCache; variable
894 bool DisableValidation = false, bool DisableStatCache = false,
/external/clang/lib/Serialization/
DASTReader.cpp2176 if (!DisableStatCache) { in ReadASTBlock()
6448 bool DisableStatCache, bool AllowASTWithCompilerErrors) in ASTReader() argument
6455 DisableStatCache(DisableStatCache), in ASTReader()