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

/external/clang/lib/AST/
H A DDeclObjC.cpp654 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
679 if (ObjCInterfaceDecl *IFD = ImplD->getClassInterface())
851 ObjCInterfaceDecl *ObjCMethodDecl::getClassInterface() { function in class:ObjCMethodDecl
855 return CD->getClassInterface();
857 return IMD->getClassInterface();
953 const ObjCInterfaceDecl *ID = IMD->getClassInterface();
966 const ObjCInterfaceDecl *ID = CatD->getClassInterface();
1015 Container = CatDecl->getClassInterface();
1348 ID = IM->getClassInterface();
1350 ID = cast<ObjCCategoryDecl>(DC)->getClassInterface();
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h334 ObjCInterfaceDecl *getClassInterface();
335 const ObjCInterfaceDecl *getClassInterface() const {
336 return const_cast<ObjCMethodDecl*>(this)->getClassInterface();
1593 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1594 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCCategoryDecl
1677 const ObjCInterfaceDecl *getClassInterface() const { return ClassInterface; } function in class:clang::ObjCImplDecl
1678 ObjCInterfaceDecl *getClassInterface() { return ClassInterface; } function in class:clang::ObjCImplDecl
1896 return getClassInterface()->getIdentifier();
1968 const ObjCInterfaceDecl *getClassInterface() const { return AliasedClass; } function in class:clang::ObjCCompatibleAliasDecl
1969 ObjCInterfaceDecl *getClassInterface() { retur function in class:clang::ObjCCompatibleAliasDecl
[all...]

Completed in 364 milliseconds