Home
last modified time | relevance | path

Searched refs:findGapAreaBetween (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCoverageMappingGen.cpp874 Optional<SourceRange> findGapAreaBetween(SourceLocation AfterLoc, in findGapAreaBetween() function
975 auto Gap = findGapAreaBetween(getEnd(LastStmt), getStart(Child)); in VisitStmt()
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()
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()