Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/TableGen/
DDetailedRecordsBackend.cpp92 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()
/external/llvm-project/llvm/include/llvm/Support/
DSourceMgr.h177 std::string getFormattedLocationNoOffset(SMLoc Loc,
/external/llvm-project/llvm/lib/Support/
DSourceMgr.cpp204 std::string SourceMgr::getFormattedLocationNoOffset(SMLoc Loc, in getFormattedLocationNoOffset() function in SourceMgr