Lines Matching refs:getStart
303 SourceLocation getStart(const Stmt *S) { in getStart() function in __anonc2c3cfe60211::CoverageMappingBuilder
542 SourceLocation Start = getStart(Body); in VisitDecl()
1005 SourceLocation StartLoc = getStart(S); in propagateCounts()
1056 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
1060 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt, ID, in createBranchRegion()
1069 popRegions(pushRegion(BitmapIdx, Conds, getStart(C), getEnd(C))); in createDecisionRegion()
1079 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
1189 SourceLocation StartLoc = getStart(S); in extendRegion()
1381 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1402 SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1417 if (getStart(Init).isValid() && getEnd(Init).isValid()) in VisitDecl()
1458 SourceLocation Start = getStart(S); in VisitLabelStmt()
1513 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1603 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1640 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1673 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1702 size_t Index = pushRegion(Counter::getZero(), getStart(CS)); in VisitSwitchStmt()
1730 MostRecentLocation = getStart(S); in VisitSwitchStmt()
1769 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()
1772 pushRegion(Count, getStart(S)); in VisitSwitchCase()
1799 markSkipped(S->getIfLoc(), getStart(Then)); in coverIfConsteval()
1809 markSkipped(S->getIfLoc(), Else ? getStart(Else) : getEnd(Then)); in coverIfConsteval()
1835 const auto start = getStart(Init); in coverIfConstexpr()
1852 markSkipped(startOfSkipped, getStart(Then)); in coverIfConstexpr()
1860 markSkipped(startOfSkipped, Else ? getStart(Else) : getEnd(Then)); in coverIfConstexpr()
1892 findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt()
1905 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1957 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr())); in VisitAbstractConditionalOperator()