Home | History | Annotate | Download | only in AST

Lines Matching refs:PLoc

988       PresumedLoc PLoc = D->getASTContext().getSourceManager().getPresumedLoc(
990 if (PLoc.isValid()) {
991 OS << " at " << PLoc.getFilename()
992 << ':' << PLoc.getLine()
993 << ':' << PLoc.getColumn();