Searched refs:SelectorOrMethod (Results 1 – 2 of 2) sorted by relevance
871 uintptr_t SelectorOrMethod; variable918 : Expr(ObjCMessageExprClass, Empty), SelectorOrMethod(0), Kind(0), in ObjCMessageExpr()1243 SelectorOrMethod = reinterpret_cast<uintptr_t>(S.getAsOpaquePtr()); in setSelector()1248 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod); in getMethodDecl()1255 return reinterpret_cast<ObjCMethodDecl *>(SelectorOrMethod); in getMethodDecl()1262 SelectorOrMethod = reinterpret_cast<uintptr_t>(MD); in setMethodDecl()
3135 SelectorOrMethod(reinterpret_cast<uintptr_t>(Method? Method in ObjCMessageExpr()3159 SelectorOrMethod(reinterpret_cast<uintptr_t>(Method? Method in ObjCMessageExpr()3184 SelectorOrMethod(reinterpret_cast<uintptr_t>(Method? Method in ObjCMessageExpr()3342 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod) in getSelector()3344 return Selector(SelectorOrMethod); in getSelector()