Lines Matching refs:getStart
271 SourceLocation getStart(const Stmt *S) { in getStart() function in __anon8934bc200211::CoverageMappingBuilder
498 SourceLocation Start = getStart(Body); in VisitDecl()
698 SourceLocation StartLoc = getStart(S); in propagateCounts()
741 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
745 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
756 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
862 SourceLocation StartLoc = getStart(S); in extendRegion()
982 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
1001 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1047 SourceLocation Start = getStart(S); in VisitLabelStmt()
1102 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1192 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1229 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1262 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1291 size_t Index = pushRegion(Counter::getZero(), getStart(CS)); in VisitSwitchStmt()
1319 MostRecentLocation = getStart(S); in VisitSwitchStmt()
1358 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()
1361 pushRegion(Count, getStart(S)); in VisitSwitchCase()
1393 findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt()
1407 findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1460 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr())); in VisitAbstractConditionalOperator()