Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h698 bool AllowASTWithCompilerErrors = false,
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h942 bool AllowASTWithCompilerErrors; variable
1528 bool AllowASTWithCompilerErrors = false,
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp762 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, in LoadFromASTFile() argument
819 /*DisableValidationKind=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp2808 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
11435 bool AllowASTWithCompilerErrors, in ASTReader() argument
11448 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()