Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:PrevLoc

65   PresumedLoc PPLoc = SM.getPresumedLoc(PrevLoc);
2069 if (CurLoc == PrevLoc ||
2070 SM.getExpansionLoc(CurLoc) == SM.getExpansionLoc(PrevLoc))
2076 PrevLoc = CurLoc;