Searched refs:StartPoint (Results 1 – 4 of 4) sorted by relevance
50 - Fixed data type error in function StartPoint()
2109 auto GetTrailingEndLocation = [&](SourceLocation StartPoint) { in ConstructFixItRangeForUnusedCapture() argument2111 StartPoint, /*IncludeMacros=*/false, /*IncludeComments=*/true); in ConstructFixItRangeForUnusedCapture()
3740 auto StartPoint = BB->rbegin(); in deleteInstructionsInBlock() local3741 ++StartPoint; in deleteInstructionsInBlock()3744 for (BasicBlock::reverse_iterator I(StartPoint); I != BB->rend();) { in deleteInstructionsInBlock()
331 - Fixed data type error in function StartPoint()