Home | History | Annotate | Download | only in AST

Lines Matching defs:PLoc

922       PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
924 if (PLoc.isValid()) {
925 OS << " at " << PLoc.getFilename()
926 << ':' << PLoc.getLine()
927 << ':' << PLoc.getColumn();