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.cpp90 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()
H A DJSONBackend.cpp166 Locs.push_back(SrcMgr.getFormattedLocationNoOffset(Loc)); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSourceMgr.h209 getFormattedLocationNoOffset(SMLoc Loc, bool IncludePath = false) const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSourceMgr.cpp216 std::string SourceMgr::getFormattedLocationNoOffset(SMLoc Loc, in getFormattedLocationNoOffset() function in SourceMgr