Searched refs:FirstClose (Results 1 – 1 of 1) sorted by relevance
12243 SourceLocation FirstClose = RHS.get()->getEndLoc(); in diagnoseLogicalNotOnLHSofCheck() local12244 FirstClose = S.getLocForEndOfToken(FirstClose); in diagnoseLogicalNotOnLHSofCheck()12245 if (FirstClose.isInvalid()) in diagnoseLogicalNotOnLHSofCheck()12250 << FixItHint::CreateInsertion(FirstClose, ")"); in diagnoseLogicalNotOnLHSofCheck()