Home | History | Annotate | Download | only in Sema

Lines Matching refs:RParenLoc

917                                       SourceLocation RParenLoc) {
943 return new (Context) ObjCEncodeExpr(StrTy, EncodedTypeInfo, AtLoc, RParenLoc);
950 SourceLocation RParenLoc) {
958 return BuildObjCEncodeExpression(AtLoc, TInfo, RParenLoc);
965 SourceLocation RParenLoc) {
967 SourceRange(LParenLoc, RParenLoc), false, false);
970 SourceRange(LParenLoc, RParenLoc));
975 RParenLoc.getLocWithOffset(-1));
1002 Sel << SourceRange(LParenLoc, RParenLoc);
1018 return new (Context) ObjCSelectorExpr(Ty, Sel, AtLoc, RParenLoc);
1026 SourceLocation RParenLoc) {
1037 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);
3475 SourceLocation RParenLoc,