Home
last modified time | relevance | path

Searched refs:SelectorOrMethod (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExprObjC.h871 uintptr_t SelectorOrMethod; variable
918 : 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()
/external/clang/lib/AST/
DExpr.cpp3135 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()