Home
last modified time | relevance | path

Searched defs:SMDiagnostic (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IRReader/
H A DIRReader.h26 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h29 class SMDiagnostic; variable
H A DMIParser.h29 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h25 class SMDiagnostic; variable
H A DLLVMContext.h35 class SMDiagnostic; variable
H A DDiagnosticInfo.h41 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DParser.h28 class SMDiagnostic; variable
H A DLLLexer.h24 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h26 class SMDiagnostic; variable
266 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg) in SMDiagnostic() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetMachine.h51 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSourceMgr.cpp367 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, in SMDiagnostic() function in SMDiagnostic
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h64 class SMDiagnostic; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp919 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp3026 auto dropDiagnosticHandler = [](const llvm::SMDiagnostic &, void *) {}; in getStyle()