Lines Matching refs:getLocForEndOfToken
467 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd()); in DiagnoseSentinelCalls()
582 SourceLocation RHSLocEnd = S.PP.getLocForEndOfToken(RHS->getLocEnd()); in DiagnoseDirectIsaAccess()
6361 SourceLocation EndLoc = Self.PP.getLocForEndOfToken(ParenRange.getEnd()); in SuggestParentheses()
7672 SourceLocation EndLoc = Self.PP.getLocForEndOfToken(RHSExpr->getLocEnd()); in diagnoseStringPlusInt()
7722 SourceLocation EndLoc = Self.PP.getLocForEndOfToken(RHSExpr->getLocEnd()); in diagnoseStringPlusChar()
8368 SourceLocation End = S.PP.getLocForEndOfToken(RHS.get()->getLocEnd()); in diagnoseObjCLiteralComparison()
8370 CharSourceRange::getCharRange(Loc, S.PP.getLocForEndOfToken(Loc)); in diagnoseObjCLiteralComparison()
8404 FirstClose = S.getPreprocessor().getLocForEndOfToken(FirstClose); in diagnoseLogicalNotOnLHSofComparison()
8414 SecondClose = S.getPreprocessor().getLocForEndOfToken(SecondClose); in diagnoseLogicalNotOnLHSofComparison()
8975 Loc, Lexer::getLocForEndOfToken(Loc, 0, getSourceManager(), in CheckLogicalOperands()
8983 Lexer::getLocForEndOfToken(LHS.get()->getLocEnd(), in CheckLogicalOperands()
10241 SourceLocation RHSLocEnd = PP.getLocForEndOfToken(RHS.get()->getLocEnd()); in CreateBuiltinBinOp()
13636 SourceLocation Close = PP.getLocForEndOfToken(E->getSourceRange().getEnd()); in DiagnoseAssignmentAsCondition()