Searched refs:SelectorOrMethod (Results 1 – 4 of 4) sorted by relevance
115 SelectorOrMethod( in ObjCMessageExpr()134 SelectorOrMethod( in ObjCMessageExpr()150 SelectorOrMethod( in ObjCMessageExpr()308 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod) in getSelector()310 return Selector(SelectorOrMethod); in getSelector()
129 SelectorOrMethod( in ObjCMessageExpr()149 SelectorOrMethod( in ObjCMessageExpr()167 SelectorOrMethod( in ObjCMessageExpr()308 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod) in getSelector()310 return Selector(SelectorOrMethod); in getSelector()
866 uintptr_t SelectorOrMethod;915 : Expr(ObjCMessageExprClass, Empty), SelectorOrMethod(0), Kind(0), 1248 SelectorOrMethod = reinterpret_cast<uintptr_t>(S.getAsOpaquePtr());1253 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod);1260 return reinterpret_cast<ObjCMethodDecl *>(SelectorOrMethod);1267 SelectorOrMethod = reinterpret_cast<uintptr_t>(MD);
946 uintptr_t SelectorOrMethod = 0; variable1343 SelectorOrMethod = reinterpret_cast<uintptr_t>(S.getAsOpaquePtr()); in setSelector()1348 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod); in getMethodDecl()1355 return reinterpret_cast<ObjCMethodDecl *>(SelectorOrMethod); in getMethodDecl()1362 SelectorOrMethod = reinterpret_cast<uintptr_t>(MD); in setMethodDecl()