Lines Matching defs:LParenLoc
1164 SourceLocation LParenLoc,
1173 EncodedType, SemaRef.getLocForEndOfToken(LParenLoc));
1180 SourceLocation LParenLoc,
1197 << Method->getSelector() << FixItHint::CreateInsertion(LParenLoc, "(")
1211 SourceLocation LParenLoc,
1223 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1229 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1300 SourceLocation LParenLoc,
1305 SourceRange(LParenLoc, RParenLoc));
1308 SourceRange(LParenLoc, RParenLoc));
1312 SourceRange SelectorRange(LParenLoc.getLocWithOffset(1),
1321 DiagnoseMismatchedSelectors(SemaRef, AtLoc, Method, LParenLoc, RParenLoc,
1373 Sel << SourceRange(LParenLoc, RParenLoc);
1396 SourceLocation LParenLoc,
4640 ExprResult SemaObjC::BuildObjCBridgedCast(SourceLocation LParenLoc,
4732 Diag(LParenLoc, diag::err_arc_bridge_cast_incompatible)
4739 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,
4752 ExprResult SemaObjC::ActOnObjCBridgedCast(Scope *S, SourceLocation LParenLoc,
4764 TSInfo = Context.getTrivialTypeSourceInfo(T, LParenLoc);
4765 return BuildObjCBridgedCast(LParenLoc, Kind, BridgeKeywordLoc, TSInfo,