Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprObjC.cpp115 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()
/external/clang/lib/AST/
DExprObjC.cpp129 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()
/external/clang/include/clang/AST/
DExprObjC.h866 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);
/external/llvm-project/clang/include/clang/AST/
DExprObjC.h946 uintptr_t SelectorOrMethod = 0; variable
1343 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()