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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
HeaderSearchOptions.h 205 unsigned ValidateASTInputFilesContent : 1;
229 ValidateASTInputFilesContent(false), UseDebugInfo(false),
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 951 bool ValidateASTInputFilesContent;
1510 bool ValidateASTInputFilesContent = false,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 591 HSOpts.ModulesValidateSystemHeaders, HSOpts.ValidateASTInputFilesContent,
1516 HSOpts.ValidateASTInputFilesContent,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2394 if (ValidateASTInputFilesContent &&
11625 bool ValidateASTInputFilesContent, bool UseGlobalIndex,
11639 ValidateASTInputFilesContent(ValidateASTInputFilesContent),
ASTWriter.cpp 1472 .ValidateASTInputFilesContent) {

Completed in 54 milliseconds