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.h703 bool AllowASTWithCompilerErrors = false,
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h985 bool AllowASTWithCompilerErrors; variable
1590 bool AllowASTWithCompilerErrors = false,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp806 CaptureDiagsKind CaptureDiagnostics, bool AllowASTWithCompilerErrors, in LoadFromASTFile() argument
862 /*DisableValidationKind=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3039 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
10313 bool AllowASTWithCompilerErrors, in ASTReader() argument
10326 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()