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

  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 73 bool DisableStatCache;
171 DisablePCHValidation(false), DisableStatCache(false),
  /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...]

Completed in 404 milliseconds