HomeSort by relevance Sort by last modified time
    Searched defs:getClassInterface (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
DeclObjC.cpp 668 if (const ObjCInterfaceDecl *ID = getClassInterface())
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
772 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
943 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() {
947 return CD->getClassInterface();
949 return IMD->getClassInterface();
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
    [all...]

Completed in 90 milliseconds