Home
last modified time | relevance | path

Searched refs:getFormattedLocationNoOffset (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp91 SrcMgr.getFormattedLocationNoOffset(Class->getLoc().front())); in printClasses()
108 SrcMgr.getFormattedLocationNoOffset(Rec->getLoc().front())); in printRecords()
131 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(LocList[I])); in printDefms()
151 OS << formatv(" |{0}|", SrcMgr.getFormattedLocationNoOffset(Value->getLoc())); in printTemplateArgs()
190 SrcMgr.getFormattedLocationNoOffset(Value.getLoc())); in printFields()
H A DJSONBackend.cpp165 locs.push_back(SrcMgr.getFormattedLocationNoOffset(Loc)); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h207 std::string getFormattedLocationNoOffset(SMLoc Loc,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp216 std::string SourceMgr::getFormattedLocationNoOffset(SMLoc Loc, in getFormattedLocationNoOffset() function in SourceMgr