Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getStartLoc

60   SourceLocation getStartLoc() const {
170 SourceLocation Loc = Region.getStartLoc();
255 SourceLocation LocStart = Region.getStartLoc();
421 SourceLocation StartLoc = Region.getStartLoc();
446 assert(SM.isWrittenInSameFile(Region.getStartLoc(), EndLoc));
480 return Region.getStartLoc() == StartLoc &&
532 SourceLocation Loc = I.getStartLoc();
826 if (Parent.hasStartLoc() && Parent.getStartLoc() == getStart(S))