Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp566 const PresumedLoc PoiLoc = in getTemplightEntry() local
568 if (!PoiLoc.isInvalid()) { in getTemplightEntry()
569 Entry.PointOfInstantiation = std::string(PoiLoc.getFilename()) + ":" + in getTemplightEntry()
570 std::to_string(PoiLoc.getLine()) + ":" + in getTemplightEntry()
571 std::to_string(PoiLoc.getColumn()); in getTemplightEntry()