Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PLoc

927   PresumedLoc PLoc = SM.getPresumedLoc(Loc);
928 if (PLoc.isValid())
929 return EmitAnnotationString(PLoc.getFilename());
935 PresumedLoc PLoc = SM.getPresumedLoc(L);
936 unsigned LineNo = PLoc.isValid() ? PLoc.getLine() :