Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h715 bool AllowASTWithCompilerErrors = false,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1096 bool AllowASTWithCompilerErrors; variable
1778 bool AllowASTWithCompilerErrors = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp806 CaptureDiagsKind CaptureDiagnostics, bool AllowASTWithCompilerErrors, in LoadFromASTFile() argument
863 /*DisableValidationKind=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3229 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
10995 bool AllowASTWithCompilerErrors, in ASTReader() argument
11010 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()