Lines Matching refs:LParenLoc
1160 SourceLocation LParenLoc, in ParseObjCEncodeExpression() argument
1168 getLocForEndOfToken(LParenLoc)); in ParseObjCEncodeExpression()
1175 SourceLocation LParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1192 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1206 SourceLocation LParenLoc, in DiagnoseMismatchedSelectors() argument
1217 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1223 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1294 SourceLocation LParenLoc, in ParseObjCSelectorExpression() argument
1298 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1301 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1305 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1), in ParseObjCSelectorExpression()
1314 DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc, in ParseObjCSelectorExpression()
1365 Sel << SourceRange(LParenLoc, RParenLoc); in ParseObjCSelectorExpression()
1388 SourceLocation LParenLoc, in ParseObjCProtocolExpression() argument
4638 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, in BuildObjCBridgedCast() argument
4729 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible) in BuildObjCBridgedCast()
4736 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK, in BuildObjCBridgedCast()
4750 SourceLocation LParenLoc, in ActOnObjCBridgedCast() argument
4761 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
4762 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo, in ActOnObjCBridgedCast()