Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

1296   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
1297 if (PLoc.isValid())
1298 return EmitAnnotationString(PLoc.getFilename());
1304 PLoc = SM.getPresumedLoc(L);
1305 unsigned LineNo = PLoc.isValid() ? PLoc.getLine() :