Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h697 bool AllowASTWithCompilerErrors = false,
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h960 bool AllowASTWithCompilerErrors; variable
1557 bool AllowASTWithCompilerErrors = false,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp790 bool AllowASTWithCompilerErrors, bool UserFilesAreVolatile, in LoadFromASTFile() argument
847 /*DisableValidationKind=*/disableValid, AllowASTWithCompilerErrors); in LoadFromASTFile()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp2803 if (!AllowASTWithCompilerErrors) { in ReadControlBlock()
9893 bool AllowASTWithCompilerErrors, in ASTReader() argument
9906 AllowASTWithCompilerErrors(AllowASTWithCompilerErrors), in ASTReader()