Lines Matching refs:getLocForEndOfToken
410 SourceLocation MissingNilLoc = getLocForEndOfToken(sentinelExpr->getEndLoc()); in DiagnoseSentinelCalls()
524 SourceLocation RHSLocEnd = S.getLocForEndOfToken(RHS->getEndLoc()); in DiagnoseDirectIsaAccess()
7300 SourceLocation EndLoc = Self.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses()
9157 SourceLocation EndLoc = Self.getLocForEndOfToken(RHSExpr->getEndLoc()); in diagnoseStringPlusInt()
9207 SourceLocation EndLoc = Self.getLocForEndOfToken(RHSExpr->getEndLoc()); in diagnoseStringPlusChar()
9886 SourceLocation End = S.getLocForEndOfToken(RHS.get()->getEndLoc()); in diagnoseObjCLiteralComparison()
9888 CharSourceRange::getCharRange(Loc, S.getLocForEndOfToken(Loc)); in diagnoseObjCLiteralComparison()
9920 FirstClose = S.getLocForEndOfToken(FirstClose); in diagnoseLogicalNotOnLHSofCheck()
9931 SecondClose = S.getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofCheck()
10862 Loc, getLocForEndOfToken(Loc)), in CheckLogicalOperands()
10868 SourceRange(getLocForEndOfToken(LHS.get()->getEndLoc()), in CheckLogicalOperands()
11538 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(LHS->getEndLoc()), in DiagnoseCommaOperator()
12461 SourceLocation RHSLocEnd = getLocForEndOfToken(RHS.get()->getEndLoc()); in CreateBuiltinBinOp()
16075 SourceLocation Close = getLocForEndOfToken(E->getSourceRange().getEnd()); in DiagnoseAssignmentAsCondition()