reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprObjC.h
 1353     SelectorOrMethod = reinterpret_cast<uintptr_t>(S.getAsOpaquePtr());
 1358       return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod);
 1365       return reinterpret_cast<ObjCMethodDecl *>(SelectorOrMethod);
 1372     SelectorOrMethod = reinterpret_cast<uintptr_t>(MD);
tools/clang/lib/AST/ExprObjC.cpp
  339     return reinterpret_cast<const ObjCMethodDecl *>(SelectorOrMethod)
  341   return Selector(SelectorOrMethod);