Searched refs:getFormattedLocationNoOffset (Results 1 – 4 of 4) sorted by relevance
90 SrcMgr.getFormattedLocationNoOffset(Class->getLoc().front())); in printClasses()105 SrcMgr.getFormattedLocationNoOffset(Rec->getLoc().front())); in printRecords()127 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(Loc)); in printDefms()147 SrcMgr.getFormattedLocationNoOffset(Value->getLoc())); in printTemplateArgs()185 SrcMgr.getFormattedLocationNoOffset(Value.getLoc())); in printFields()
166 Locs.push_back(SrcMgr.getFormattedLocationNoOffset(Loc)); in run()
209 getFormattedLocationNoOffset(SMLoc Loc, bool IncludePath = false) const;
216 std::string SourceMgr::getFormattedLocationNoOffset(SMLoc Loc, in getFormattedLocationNoOffset() function in SourceMgr