Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h700 bool AllowASTWithCompilerErrors = false,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h973 bool AllowASTWithCompilerErrors; variable
1579 bool AllowASTWithCompilerErrors = false,
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp794 CaptureDiagsKind CaptureDiagnostics, bool AllowASTWithCompilerErrors, in LoadFromASTFile() argument
850 /*DisableValidationKind=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2991 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
10172 bool AllowASTWithCompilerErrors, in ASTReader() argument
10185 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()