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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp471 const PresumedLoc PoiLoc = local
473 if (!PoiLoc.isInvalid()) {
474 Entry.PointOfInstantiation = std::string(PoiLoc.getFilename()) + ":" +
475 std::to_string(PoiLoc.getLine()) + ":" +
476 std::to_string(PoiLoc.getColumn());

Completed in 153 milliseconds