Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PPLoc

66   PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
68 if (PCLoc.isInvalid() || PPLoc.isInvalid() ||
69 !strcmp(PPLoc.getFilename(), PCLoc.getFilename()))