Searched refs:DisableStatCache (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/Frontend/ |
D | PreprocessorOptions.h | 70 bool DisableStatCache; variable 170 DisablePCHValidation(false), DisableStatCache(false), in PreprocessorOptions()
|
D | CompilerInstance.h | 534 bool DisableStatCache, 544 bool DisableStatCache,
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 309 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()
|
D | FrontendAction.cpp | 273 CI.getPreprocessorOpts().DisableStatCache, in BeginSourceFile()
|
D | ASTUnit.cpp | 2005 PPOpts.DisableStatCache = true; in Reparse() 2423 PreprocessorOpts.DisableStatCache = true; in CodeComplete()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 587 bool DisableStatCache; variable 894 bool DisableValidation = false, bool DisableStatCache = false,
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2176 if (!DisableStatCache) { in ReadASTBlock() 6448 bool DisableStatCache, bool AllowASTWithCompilerErrors) in ASTReader() argument 6455 DisableStatCache(DisableStatCache), in ASTReader()
|