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.cpp584 const PresumedLoc PoiLoc = in getTemplightEntry() local
586 if (!PoiLoc.isInvalid()) { in getTemplightEntry()
587 Entry.PointOfInstantiation = std::string(PoiLoc.getFilename()) + ":" + in getTemplightEntry()
588 std::to_string(PoiLoc.getLine()) + ":" + in getTemplightEntry()
589 std::to_string(PoiLoc.getColumn()); in getTemplightEntry()