Lines Matching refs:getStart
353 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon413222f00211::CoverageMappingBuilder
620 SourceLocation Start = getStart(Body); in VisitDecl()
1085 SourceLocation StartLoc = getStart(S); in propagateCounts()
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))); in createDecisionRegion()
1161 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
1268 SourceLocation StartLoc = getStart(S); in extendRegion()
1457 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1478 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1493 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl()
1538 SourceLocation Start = getStart(S); in VisitLabelStmt()
1599 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1719 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1762 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1801 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1830 size_t Index = pushRegion(Counter::getZero(), getStart(CS)); in VisitSwitchStmt()
1858 MostRecentLocation = getStart(S); in VisitSwitchStmt()
1904 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()
1907 pushRegion(Count, getStart(S)); in VisitSwitchCase()
1934 markSkipped(S->getIfLoc(), getStart(Then)); in coverIfConsteval()
1944 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1970 const auto start = getStart(Init); in coverIfConstexpr()
1987 markSkipped(startOfSkipped, getStart(Then)); in coverIfConstexpr()
1995 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
2029 findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt()
2047 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
2110 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr())); in VisitAbstractConditionalOperator()