Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

2392   PresumedLoc PLoc = getContext().getSourceManager().getPresumedLoc(Loc);
2393 if (PLoc.isValid()) {
2394 StringRef FilenameString = PLoc.getFilename();
2424 Line = PLoc.getLine();
2425 Column = PLoc.getColumn();