Lines Matching refs:getStart

270   SourceLocation getStart(const Stmt *S) {  in getStart()  function in __anon8c3eb65b0211::CoverageMappingBuilder
490 SourceLocation Start = getStart(Body); in VisitDecl()
689 SourceLocation StartLoc = getStart(S); in propagateCounts()
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C), in createBranchRegion()
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt)); in createBranchRegion()
747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt)); in createSwitchCaseRegion()
855 SourceLocation StartLoc = getStart(S); in extendRegion()
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
994 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body)))) in VisitDecl()
1040 SourceLocation Start = getStart(S); in VisitLabelStmt()
1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitWhileStmt()
1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitForStmt()
1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitCXXForRangeStmt()
1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody())); in VisitObjCForCollectionStmt()
1284 size_t Index = pushRegion(Counter::getZero(), getStart(CS)); in VisitSwitchStmt()
1312 MostRecentLocation = getStart(S); in VisitSwitchStmt()
1346 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S)) in VisitSwitchCase()
1349 pushRegion(Count, getStart(S)); in VisitSwitchCase()
1378 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen())); in VisitIfStmt()
1391 Gap = findGapAreaBetween(getEnd(S->getThen()), getStart(Else)); in VisitIfStmt()
1442 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr())); in VisitAbstractConditionalOperator()