Searched refs:getFormattedLocationNoOffset (Results 1 - 3 of 3) sorted by relevance

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

Completed in 95 milliseconds