Lines Matching defs:getBeginLoc
169 SourceLocation getBeginLoc() const {
240 : SpellingRegion(SM, R.getBeginLoc(), R.getEndLoc()) {}
354 SourceLocation Loc = S->getBeginLoc();
379 SourceLocation Loc = Region.getBeginLoc();
516 SourceLocation LocStart = Region.getBeginLoc();
1004 SourceLocation StartLoc = Region.getBeginLoc();
1067 assert(SM.isWrittenInSameFile(Region.getBeginLoc(), EndLoc));
1095 if (SM.isBeforeInTranslationUnit(StartLoc, S->getBeginLoc()))
1170 return Region.getBeginLoc() == StartLoc &&
1222 SourceLocation Loc = I.getBeginLoc();
1446 if (S->getBeginLoc().isValid())
1904 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))
2191 Diag.Report(E->getBeginLoc(), DiagID) << NumTVs << MaxTVs;
2208 SM.isInSystemHeader(SM.getSpellingLoc(E->getBeginLoc())) &&