Searched defs:GetMessage (Results 1 – 4 of 4) sorted by relevance
45 std::string GetMessage() const { GetMessage() function 88 const std::string &GetMessage() const { return m_message; } GetMessage() function
75 llvm::StringRef GetMessage() const { return m_message; } GetMessage() function
274 SMDiagnostic SourceMgr::GetMessage(SMLoc Loc, SourceMgr::DiagKind Kind, in GetMessage() function in SourceMgr
1035 reportCommon(SMLoc Loc,std::function<void (SMDiagnostic &,const SourceMgr *)> GetMessage) reportCommon() argument