Searched refs:findGapAreaBetween (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CoverageMappingGen.cpp | 883 Optional<SourceRange> findGapAreaBetween(SourceLocation AfterLoc, in findGapAreaBetween() function 895 Optional<SourceRange> findGapAreaBetween(const Stmt *AfterStmt, in findGapAreaBetween() function 897 return findGapAreaBetween(getPreciseTokenLocEnd(getEnd(AfterStmt)), in findGapAreaBetween() 1065 auto Gap = findGapAreaBetween(S->getCond(), S->getBody()); in VisitWhileStmt() 1132 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()), in VisitForStmt() 1159 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()), in VisitCXXForRangeStmt() 1185 auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()), in VisitObjCForCollectionStmt() 1282 auto Gap = findGapAreaBetween(S->getCond(), S->getThen()); in VisitIfStmt() 1292 Gap = findGapAreaBetween(S->getThen(), Else); in VisitIfStmt() 1334 findGapAreaBetween(E->getQuestionLoc(), getStart(E->getTrueExpr())); in VisitAbstractConditionalOperator()
|