Lines Matching defs:RParenLoc
1137 SourceLocation RParenLoc) {
1163 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
1170 SourceLocation RParenLoc) {
1179 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc);
1185 SourceLocation RParenLoc,
1202 << FixItHint::CreateInsertion(RParenLoc, ")");
1216 SourceLocation RParenLoc,
1227 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1233 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1305 SourceLocation RParenLoc,
1309 SourceRange(LParenLoc, RParenLoc));
1312 SourceRange(LParenLoc, RParenLoc));
1317 RParenLoc.getLocWithOffset(-1));
1325 DiagnoseMismatchedSelectors(SemaRef, AtLoc, Method, LParenLoc, RParenLoc,
1377 Sel << SourceRange(LParenLoc, RParenLoc);
1394 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);
1402 SourceLocation RParenLoc) {
1423 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);
4767 SourceLocation RParenLoc,