Lines Matching defs:LParenLoc
1168 SourceLocation LParenLoc,
1177 EncodedType, SemaRef.getLocForEndOfToken(LParenLoc));
1184 SourceLocation LParenLoc,
1201 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(")
1215 SourceLocation LParenLoc,
1227 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1233 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1304 SourceLocation LParenLoc,
1309 SourceRange(LParenLoc, RParenLoc));
1312 SourceRange(LParenLoc, RParenLoc));
1316 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1),
1325 DiagnoseMismatchedSelectors(SemaRef, AtLoc, Method, LParenLoc, RParenLoc,
1377 Sel << SourceRange(LParenLoc, RParenLoc);
1400 SourceLocation LParenLoc,
4651 ExprResult SemaObjC::BuildObjCBridgedCast(SourceLocation LParenLoc,
4743 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
4750 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
4763 ExprResult SemaObjC::ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc,
4775 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
4776 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo,