Home | History | Annotate | Download | only in Sema

Lines Matching refs:AliasDecl

1086   ObjCCompatibleAliasDecl *AliasDecl =
1089 if (!CheckObjCDeclScope(AliasDecl))
1090 PushOnScopeChains(AliasDecl, TUScope);
1092 return AliasDecl;