Home | History | Annotate | Download | only in Sema

Lines Matching refs:AliasDecl

612   ObjCCompatibleAliasDecl *AliasDecl =
615 if (!CheckObjCDeclScope(AliasDecl))
616 PushOnScopeChains(AliasDecl, TUScope);
618 return AliasDecl;