HomeSort by: relevance | last modified time | path
    Searched refs:AllowConfigurationMismatch (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 945 bool AllowConfigurationMismatch;
1489 /// \param AllowConfigurationMismatch If true, the AST reader will not check
1508 bool AllowConfigurationMismatch = false,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2715 (AllowConfigurationMismatch && Result == ConfigurationMismatch))
4660 (AllowConfigurationMismatch && Result == ConfigurationMismatch))
11624 bool AllowConfigurationMismatch, bool ValidateSystemInputs,
11637 AllowConfigurationMismatch(AllowConfigurationMismatch),

Completed in 54 milliseconds