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

/external/clang/lib/AST/
H A DDeclObjC.cpp484 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
506 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
672 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
676 return CD->getClassInterface();
678 return IMD->getClassInterface();
919 ID = IM->getClassInterface();
924 ID = CD->getClassInterface();
955 return CD->getClassInterface();
959 return cast<ObjCImplementationDecl>(DC)->getClassInterface();
1140 if (const ObjCInterfaceDecl *ID = getClassInterface())
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h319 ObjCInterfaceDecl *getClassInterface();
320 const ObjCInterfaceDecl *getClassInterface() const {
321 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
1314 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1315 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1397 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
1398 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
1618 return getClassInterface()->getIdentifier();
1699 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
1700 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]

Completed in 57 milliseconds