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

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h 698 bool AllowASTWithCompilerErrors = false,
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 941 bool AllowASTWithCompilerErrors;
1485 /// \param AllowASTWithCompilerErrors If true, the AST reader will accept an
1507 bool AllowASTWithCompilerErrors = false,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 762 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile) {
819 /*DisableValidation=*/disableValid, AllowASTWithCompilerErrors);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 2768 if (!AllowASTWithCompilerErrors) {
11623 bool AllowASTWithCompilerErrors,
11636 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors),

Completed in 41 milliseconds