Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprObjC.cpp115 SelectorOrMethod( in ObjCMessageExpr()
134 SelectorOrMethod( in ObjCMessageExpr()
150 SelectorOrMethod( in ObjCMessageExpr()
295 return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod) in getSelector()
297 return Selector(SelectorOrMethod); in getSelector()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A 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()