Home
last modified time | relevance | path

Searched refs:getFirstClassExtension (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/AST/
DDeclObjC.cpp220 ObjCCategoryDecl* ObjCInterfaceDecl::getFirstClassExtension() const { in getFirstClassExtension() function in ObjCInterfaceDecl
245 for (const ObjCCategoryDecl *CDecl = ClassDecl->getFirstClassExtension(); in lookupInstanceVariable()
618 for (const ObjCCategoryDecl *CDecl = getFirstClassExtension(); CDecl; in all_declared_ivar_begin()
DASTContext.cpp1154 for (const ObjCCategoryDecl *CDecl = OI->getFirstClassExtension(); CDecl; in CountNonClassIvars()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1512 for (const ObjCCategoryDecl *ClsExtDecl = I->getFirstClassExtension(); in MatchAllMethodDeclarations()
1575 for (const ObjCCategoryDecl *Categories = I->getFirstClassExtension(); in ImplMethodsVsClassMethods()
2123 IDecl->getFirstClassExtension(); in ActOnAtEnd()
2136 IDecl->getFirstClassExtension(); in ActOnAtEnd()
DSemaObjCProperty.cpp159 CCPrimary->getFirstClassExtension(); in HandlePropertyInClassExtension()
/external/clang/include/clang/AST/
DDeclObjC.h627 ObjCCategoryDecl* getFirstClassExtension() const;