Home | History | Annotate | Download | only in Sema

Lines Matching refs:AliasName

600                                     IdentifierInfo *AliasName,
605 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
608 Diag(AliasLocation, diag::err_conflicting_aliasing_type) << AliasName;
636 ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName, CDecl);