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