Home
last modified time | relevance | path

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

/external/llvm/include/llvm/AsmParser/
DParser.h22 class SMDiagnostic; variable
/external/llvm/include/llvm/IRReader/
DIRReader.h24 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/lib/AsmParser/
DLLLexer.h26 class SMDiagnostic; variable
/external/llvm/include/llvm/IR/
DLLVMContext.h30 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.cpp526 static void CountingDiagHandler(const SMDiagnostic &, void *Context) { in CountingDiagHandler()