Home | History | Annotate | Download | only in AST

Lines Matching refs:ObjCContainerDecl

51 void ObjCContainerDecl::anchor() { }
56 ObjCContainerDecl::getIvarDecl(IdentifierInfo *Id) const {
68 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance) const {
128 ObjCContainerDecl::FindPropertyDeclaration(IdentifierInfo *PropertyId) const {
222 for (ObjCContainerDecl::prop_iterator P = prop_begin(),
579 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
604 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(),
774 static void CollectOverriddenMethodsRecurse(const ObjCContainerDecl *Container,
845 static inline void CollectOverriddenMethods(const ObjCContainerDecl *Container,
886 dyn_cast_or_null<ObjCContainerDecl>(Method->getDeclContext()),
925 const ObjCContainerDecl *
926 ContD = cast<ObjCContainerDecl>(Method->getDeclContext());
942 Method = cast<ObjCContainerDecl>(Method->getDeclContext())->
967 const ObjCContainerDecl *Container = cast<ObjCContainerDecl>(getParent());
975 for (ObjCContainerDecl::prop_iterator I = Container->prop_begin(),
1035 : ObjCContainerDecl(ObjCInterface, DC, Id, CLoc, atLoc),
1279 ObjCIvarDecl *ObjCIvarDecl::Create(ASTContext &C, ObjCContainerDecl *DC,
1322 const ObjCContainerDecl *DC = cast<ObjCContainerDecl>(getDeclContext());
1375 : ObjCContainerDecl(ObjCProtocol, DC, Id, nameLoc, atStartLoc), Data()