Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h477 bool UncompilableErrorOccurred; variable
848 return UncompilableErrorOccurred; in hasUncompilableErrorOccurred()
/src/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp807 Diag.UncompilableErrorOccurred = true; in ProcessDiag()
H A DDiagnostic.cpp120 UncompilableErrorOccurred = false; in Reset()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3046 Diags.UncompilableErrorOccurred = true; in ReadControlBlock()