Home
last modified time | relevance | path

Searched defs:fatalError (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DTokenAnalyzer.cpp52 bool fatalError() const { return Fatal; } in fatalError() function in clang::format::FatalDiagnosticConsumer
/openbsd-src/gnu/llvm/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp249 static void fatalError(Error Err) { in fatalError() function
254 static void fatalError(Twine T) { in fatalError() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A Dllvm-rc.cpp124 [[noreturn]] static void fatalError(const Twine &Message) { in fatalError() function