Lines Matching refs:LParenLoc
1162 SourceLocation LParenLoc, in ParseObjCEncodeExpression() argument
1170 getLocForEndOfToken(LParenLoc)); in ParseObjCEncodeExpression()
1177 SourceLocation LParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1194 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(") in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1208 SourceLocation LParenLoc, in DiagnoseMismatchedSelectors() argument
1219 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1225 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1296 SourceLocation LParenLoc, in ParseObjCSelectorExpression() argument
1300 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1303 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1307 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1), in ParseObjCSelectorExpression()
1316 DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc, in ParseObjCSelectorExpression()
1366 Sel << SourceRange(LParenLoc, RParenLoc); in ParseObjCSelectorExpression()
1389 SourceLocation LParenLoc, in ParseObjCProtocolExpression() argument
4640 ExprResult Sema::BuildObjCBridgedCast(SourceLocation LParenLoc, in BuildObjCBridgedCast() argument
4731 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible) in BuildObjCBridgedCast()
4738 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK, in BuildObjCBridgedCast()
4752 SourceLocation LParenLoc, in ActOnObjCBridgedCast() argument
4763 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc); in ActOnObjCBridgedCast()
4764 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo, in ActOnObjCBridgedCast()