Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

443     PresumedLoc PLoc = CGF.getContext().getSourceManager().getPresumedLoc(Loc);
444 OS2 << ";" << PLoc.getFilename() << ";";
449 OS2 << ";" << PLoc.getLine() << ";" << PLoc.getColumn() << ";;";