Searched refs:SelectorOrMethod (Results 1 – 2 of 2) 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()
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()