Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnostic.h419 bool UncompilableErrorOccurred; variable
752 return UncompilableErrorOccurred; in hasUncompilableErrorOccurred()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DDiagnosticIDs.cpp681 Diag.UncompilableErrorOccurred = true; in ProcessDiag()
H A DDiagnostic.cpp124 UncompilableErrorOccurred = false; in Reset()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp2503 Diags.UncompilableErrorOccurred = true; in ReadControlBlock()