Lines Matching defs:getStart

350   SourceLocation getStart(const Stmt *S) {
617 SourceLocation Start = getStart(Body);
1122 SourceLocation StartLoc = getStart(S);
1175 pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt, BranchParams));
1184 popRegions(pushRegion(DecisionParams, getStart(C), getEnd(C)));
1195 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(),
1304 SourceLocation StartLoc = getStart(S);
1493 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
1514 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
1529 if (getStart(Init).isValid() && getEnd(Init).isValid())
1574 SourceLocation Start = getStart(S);
1639 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1761 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1802 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1841 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1871 size_t Index = pushRegion(Counter::getZero(), getStart(CS));
1899 MostRecentLocation = getStart(S);
1943 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))
1946 pushRegion(Count, getStart(S));
1973 markSkipped(S->getIfLoc(), getStart(Then));
1983 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then));
2009 const auto start = getStart(Init);
2026 markSkipped(startOfSkipped, getStart(Then));
2034 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then));
2071 findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen()));
2083 findGapAreaBetween(getEnd(S->getThen()), getStart(Else));
2147 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr()));