Searched defs:Fatal (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ | ||
H A D | SerializedDiagnostics.h | 48 Fatal, enumerator |
/llvm-project/clang/include/clang/Basic/ | ||
H A D | DiagnosticIDs.h | 91 Fatal = 5 ///< Present this diagnostic as a fatal error. global() enumerator |
H A D | Diagnostic.h | 201 Fatal = DiagnosticIDs::Fatal global() enumerator |
/llvm-project/clang/lib/Format/ | ||
H A D | TokenAnalyzer.cpp | 55 bool Fatal = false; member in clang::format::FatalDiagnosticConsumer |
/llvm-project/clang/test/SemaCXX/ | ||
H A D | return-noreturn.cpp | 231 struct Fatal { ~Fatal() __attribute__((noreturn)); }; struct |
/llvm-project/clang/lib/InstallAPI/ | ||
H A D | DylibVerifier.cpp | 918 __anonc0fb4d5d1102(const LibAttrs &Provided, const LibAttrs &Dylib, unsigned DiagID_missing, unsigned DiagID_mismatch, bool Fatal = true) verifyBinaryAttrs() argument |