Home | History | Annotate | Download | only in Sema

Lines Matching refs:ADecl

536   NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
538 if (ADecl) {
539 if (isa<ObjCCompatibleAliasDecl>(ADecl))
543 Diag(ADecl->getLocation(), diag::note_previous_declaration);