Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/MIRParser/
DMIRParser.h30 class SMDiagnostic; variable
/external/llvm/include/llvm/IRReader/
DIRReader.h24 class SMDiagnostic; variable
/external/llvm/include/llvm/AsmParser/
DParser.h25 class SMDiagnostic; variable
/external/llvm/include/llvm/Support/
DSourceMgr.h28 class SMDiagnostic; variable
245 SMDiagnostic() in SMDiagnostic() function
248 SMDiagnostic(StringRef filename, SourceMgr::DiagKind Knd, StringRef Msg) in SMDiagnostic() function
/external/llvm/include/llvm/IR/
DDiagnosticPrinter.h25 class SMDiagnostic; variable
DLLVMContext.h29 class SMDiagnostic; variable
DDiagnosticInfo.h34 class SMDiagnostic; variable
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.h28 class SMDiagnostic; variable
/external/llvm/lib/AsmParser/
DLLLexer.h26 class SMDiagnostic; variable
/external/llvm/unittests/Support/
DYAMLParserTest.cpp20 static void SuppressDiagnosticsOutput(const SMDiagnostic &, void *) { in SuppressDiagnosticsOutput()
DYAMLIOTest.cpp32 static void suppressErrorMessages(const llvm::SMDiagnostic &, void *) { in suppressErrorMessages()
/external/llvm/lib/Support/
DSourceMgr.cpp232 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic() function in SMDiagnostic
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp670 static void CountingDiagHandler(const SMDiagnostic &, void *Context) { in CountingDiagHandler()