Lines Matching refs:getBegin
67 Range.getBegin())) in AddSkippedRange()
250 return Loc.isMacroID() ? SM.getImmediateExpansionRange(Loc).getBegin() in getIncludeOrExpansionLoc()
273 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getStart()
281 Loc = SM.getImmediateExpansionRange(Loc).getBegin(); in getEnd()
377 auto LocStart = Range.getBegin(); in gatherSkippedRegions()
977 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), in VisitStmt()
1097 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitWhileStmt()
1187 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitForStmt()
1224 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitCXXForRangeStmt()
1257 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), BodyCount); in VisitObjCForCollectionStmt()
1380 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ThenCount); in VisitIfStmt()
1393 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), ElseCount); in VisitIfStmt()
1444 fillGapAreaWithCount(Gap->getBegin(), Gap->getEnd(), TrueCount); in VisitAbstractConditionalOperator()