• Home
  • Raw
  • Download

Lines Matching refs:RParenLoc

1049                                       SourceLocation RParenLoc) {  in BuildObjCEncodeExpression()  argument
1079 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc); in BuildObjCEncodeExpression()
1086 SourceLocation RParenLoc) { in ParseObjCEncodeExpression() argument
1094 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc); in ParseObjCEncodeExpression()
1100 SourceLocation RParenLoc, in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1117 << FixItHint::CreateInsertion(RParenLoc, ")"); in HelperToDiagnoseMismatchedMethodsInGlobalPool()
1131 SourceLocation RParenLoc, in DiagnoseMismatchedSelectors() argument
1141 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1147 if (HelperToDiagnoseMismatchedMethodsInGlobalPool(S, AtLoc, LParenLoc, RParenLoc, in DiagnoseMismatchedSelectors()
1157 SourceLocation RParenLoc, in ParseObjCSelectorExpression() argument
1160 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1163 SourceRange(LParenLoc, RParenLoc)); in ParseObjCSelectorExpression()
1168 RParenLoc.getLocWithOffset(-1)); in ParseObjCSelectorExpression()
1176 DiagnoseMismatchedSelectors(*this, AtLoc, Method, LParenLoc, RParenLoc, in ParseObjCSelectorExpression()
1194 Sel << SourceRange(LParenLoc, RParenLoc); in ParseObjCSelectorExpression()
1211 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc); in ParseObjCSelectorExpression()
1219 SourceLocation RParenLoc) { in ParseObjCProtocolExpression() argument
1232 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
4343 SourceLocation RParenLoc, in ActOnObjCBridgedCast() argument