Lines Matching defs:getBeginLoc
136 SourceLocation getBeginLoc() const {
183 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {}
271 SourceLocation Loc = S->getBeginLoc();
296 SourceLocation Loc = Region.getBeginLoc();
406 SourceLocation LocStart = Region.getBeginLoc();
608 SourceLocation StartLoc = Region.getBeginLoc();
671 assert(SM.isWrittenInSameFile(Region.getBeginLoc(), EndLoc));
699 if (SM.isBeforeInTranslationUnit(StartLoc, S->getBeginLoc()))
757 return Region.getBeginLoc() == StartLoc &&
810 SourceLocation Loc = I.getBeginLoc();
963 if (S->getBeginLoc().isValid())
1346 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))