HomeSort by relevance Sort by last modified time
    Searched refs:DisableStatCache (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 73 bool DisableStatCache;
171 DisablePCHValidation(false), DisableStatCache(false),
CompilerInstance.h 519 bool DisableStatCache,
528 bool DisableStatCache,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 288 bool DisableStatCache,
294 DisableStatCache,
306 bool DisableStatCache,
314 DisablePCHValidation, DisableStatCache));
    [all...]
FrontendAction.cpp 239 CI.getPreprocessorOpts().DisableStatCache,
ASTUnit.cpp     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 516 bool DisableStatCache;
738 /// \param DisableStatCache If true, the AST reader will ignore the
744 bool DisableValidation = false, bool DisableStatCache = false);
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 187 milliseconds