Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IRReader/
H A DIRReader.h28 class SMDiagnostic; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticPrinter.h25 class SMDiagnostic; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h34 class SMDiagnostic; variable
H A DMIParser.h31 class SMDiagnostic; global() variable
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DParser.h30 class SMDiagnostic; variable
H A DLLLexer.h24 class SMDiagnostic; variable
H A DLLParser.h33 class SMDiagnostic; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h26 class SMDiagnostic; variable
296 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg) in SMDiagnostic() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp378 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, int Line, in SMDiagnostic() function in SMDiagnostic
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h50 class SMDiagnostic; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h71 class SMDiagnostic; variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1038 std::function<void(SMDiagnostic &, const SourceMgr *)> GetMessage) { in reportCommon()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp4055 auto dropDiagnosticHandler = [](const llvm::SMDiagnostic &, void *) {}; in getStyle()