Home
last modified time | relevance | path

Searched refs:AllowASTWithCompilerErrors (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h698 bool AllowASTWithCompilerErrors = false,
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h941 bool AllowASTWithCompilerErrors; variable
1507 bool AllowASTWithCompilerErrors = false,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp762 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile) { in LoadFromASTFile() argument
819 /*DisableValidation=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp2768 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
11623 bool AllowASTWithCompilerErrors, in ASTReader() argument
11636 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()