Lines Matching refs:LParenLoc
1084 SourceLocation LParenLoc, in ParseObjCEncodeExpression() argument
1092 getLocForEndOfToken(LParenLoc)); in ParseObjCEncodeExpression()
1099 SourceLocation LParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1116 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1130 SourceLocation LParenLoc, in DiagnoseMismatchedSelectors() argument
1141 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1147 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1156 SourceLocation LParenLoc, in ParseObjCSelectorExpression() argument
1160 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1163 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1167 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1), in ParseObjCSelectorExpression()
1176 DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc, in ParseObjCSelectorExpression()
1194 Sel << SourceRange(LParenLoc, RParenLoc); in ParseObjCSelectorExpression()
1217 SourceLocation LParenLoc, in ParseObjCProtocolExpression() argument
4227 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, in BuildObjCBridgedCast() argument
4318 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible) in BuildObjCBridgedCast()
4325 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK, in BuildObjCBridgedCast()
4339 SourceLocation LParenLoc, in ActOnObjCBridgedCast() argument
4350 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
4351 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo, in ActOnObjCBridgedCast()