Searched refs:DK_Warning (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/TableGen/
H A DError.cpp43 PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
47 SrcMgr.PrintMessage(SMLoc::getFromPointer(Loc), SourceMgr::DK_Warning, Msg); member in class:llvm::SourceMgr
/external/llvm/tools/llvm-mc/
H A DDisassembler.cpp54 SourceMgr::DK_Warning, member in class:SourceMgr
67 SourceMgr::DK_Warning, member in class:SourceMgr
H A Dllvm-mc.cpp256 SrcMgr.PrintMessage(Lexer.getLoc(), SourceMgr::DK_Warning,
/external/llvm/unittests/Support/
H A DSourceMgrTest.cpp62 printMessage(getLoc(4), SourceMgr::DK_Warning, "message", None, None); member in class:SourceMgr
/external/llvm/include/llvm/Support/
H A DSourceMgr.h39 DK_Warning, enumerator in enum:llvm::SourceMgr::DiagKind
/external/llvm/lib/Support/
H A DSourceMgr.cpp367 case SourceMgr::DK_Warning:
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp330 case llvm::SourceMgr::DK_Warning:
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp38 SM.PrintMessage(WarningLoc, SourceMgr::DK_Warning, Msg);
/external/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp192 case SourceMgr::DK_Warning:
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp563 printMessage(L, SourceMgr::DK_Warning, Msg, Ranges);
/external/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp3690 getSourceManager().PrintMessage(Range.Start, SourceMgr::DK_Warning, Msg,

Completed in 126 milliseconds