Lines Matching defs:getStart

353   SourceLocation getStart(const Stmt *S) {
620 SourceLocation Start = getStart(Body);
1085 SourceLocation StartLoc = getStart(S);
1137 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
1141 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt,
1151 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C)));
1161 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt));
1268 SourceLocation StartLoc = getStart(S);
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
1478 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
1493 if (getStart(Init).isValid() && getEnd(Init).isValid())
1538 SourceLocation Start = getStart(S);
1599 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1719 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1762 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1801 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1830 size_t Index = pushRegion(Counter::getZero(), getStart(CS));
1858 MostRecentLocation = getStart(S);
1904 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))
1907 pushRegion(Count, getStart(S));
1934 markSkipped(S->getIfLoc(), getStart(Then));
1944 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then));
1970 const auto start = getStart(Init);
1987 markSkipped(startOfSkipped, getStart(Then));
1995 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then));
2029 findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen()));
2047 findGapAreaBetween(getEnd(S->getThen()), getStart(Else));
2110 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr()));