Home | History | Annotate | Download | only in Analysis

Lines Matching refs:asLocation

171         FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc();
234 FullSourceLoc XSL = X.getStartLocation().asLocation();
235 FullSourceLoc YSL = Y.getStartLocation().asLocation();
238 FullSourceLoc XEL = X.getEndLocation().asLocation();
239 FullSourceLoc YEL = Y.getEndLocation().asLocation();
252 FullSourceLoc X_CEL = X.callEnter.asLocation();
253 FullSourceLoc Y_CEL = Y.callEnter.asLocation();
256 FullSourceLoc X_CEWL = X.callEnterWithin.asLocation();
257 FullSourceLoc Y_CEWL = Y.callEnterWithin.asLocation();
260 FullSourceLoc X_CRL = X.callReturn.asLocation();
261 FullSourceLoc Y_CRL = Y.callReturn.asLocation();
272 FullSourceLoc XL = X.getLocation().asLocation();
273 FullSourceLoc YL = Y.getLocation().asLocation();
352 FullSourceLoc XL = X.getLocation().asLocation();
353 FullSourceLoc YL = Y.getLocation().asLocation();
356 FullSourceLoc XUL = X.getUniqueingLoc().asLocation();
357 FullSourceLoc YUL = Y.getUniqueingLoc().asLocation();
738 FullSourceLoc L = PDL.asLocation();
1016 assert(callEnter.asLocation().isValid());
1022 if (!callEnterWithin.asLocation().isValid())
1061 assert(callReturn.asLocation().isValid());
1215 asLocation().dump();