Home | History | Annotate | Download | only in Sema

Lines Matching refs:ADecl

512   NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation,
514 if (ADecl) {
515 if (isa<ObjCCompatibleAliasDecl>(ADecl))
519 Diag(ADecl->getLocation(), diag::note_previous_declaration);