Searched defs:getClassInterface (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp668 if (const ObjCInterfaceDecl *ID = getClassInterface())
747 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
772 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
943 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
947 return CD->getClassInterface();
949 return IMD->getClassInterface();
1034 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
1047 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
1096 Container = CatDecl->getClassInterface();
1423 ID = IM->getClassInterface();
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h323 ObjCInterfaceDecl *getClassInterface();
324 const ObjCInterfaceDecl *getClassInterface() const {
325 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
1750 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1751 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1850 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
1851 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
2084 return getClassInterface()->getIdentifier();
2159 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
2160 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]

Completed in 137 milliseconds