Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:getStart

270   SourceLocation getStart(const Stmt *S) {
490 SourceLocation Start = getStart(Body);
689 SourceLocation StartLoc = getStart(S);
732 popRegions(pushRegion(Counter::getZero(), getStart(C), getEnd(C),
736 popRegions(pushRegion(TrueCnt, getStart(C), getEnd(C), FalseCnt));
747 popRegions(pushRegion(TrueCnt, getStart(SC), SC->getColonLoc(), FalseCnt));
855 SourceLocation StartLoc = getStart(S);
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child));
994 if (Body && SM.isInSystemHeader(SM.getSpellingLoc(getStart(Body))))
1040 SourceLocation Start = getStart(S);
1095 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1185 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1222 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1255 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getBody()));
1284 size_t Index = pushRegion(Counter::getZero(), getStart(CS));
1312 getStart(S);
1346 if (Parent.hasStartLoc() && Parent.getBeginLoc() == getStart(S))
1349 pushRegion(Count, getStart(S));
1378 auto Gap = findGapAreaBetween(S->getRParenLoc(), getStart(S->getThen()));
1391 Gap = findGapAreaBetween(getEnd(S->getThen()), getStart(Else));
1442 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr()));