Home | History | Annotate | Download | only in Sema

Lines Matching refs:ADecl

496   NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
498 if (ADecl) {
499 if (isa<ObjCCompatibleAliasDecl>(ADecl))
503 Diag(ADecl->getLocation(), diag::note_previous_declaration);