Lines Matching defs:RParenLoc
1133 SourceLocation RParenLoc) {
1159 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
1166 SourceLocation RParenLoc) {
1175 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc);
1181 SourceLocation RParenLoc,
1198 << FixItHint::CreateInsertion(RParenLoc, ")");
1212 SourceLocation RParenLoc,
1223 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1229 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc,
1301 SourceLocation RParenLoc,
1305 SourceRange(LParenLoc, RParenLoc));
1308 SourceRange(LParenLoc, RParenLoc));
1313 RParenLoc.getLocWithOffset(-1));
1321 DiagnoseMismatchedSelectors(SemaRef, AtLoc, Method, LParenLoc, RParenLoc,
1373 Sel << SourceRange(LParenLoc, RParenLoc);
1390 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);
1398 SourceLocation RParenLoc) {
1419 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);
4756 SourceLocation RParenLoc,