Home | History | Annotate | Download | only in AST

Lines Matching defs:PLoc

883       PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
885 if (PLoc.isValid()) {
886 OS << " at " << PLoc.getFilename()
887 << ':' << PLoc.getLine()
888 << ':' << PLoc.getColumn();