Searched refs:ADecl (Results 1 – 4 of 4) sorted by relevance
130 Parser::DeclGroupPtrTy ADecl; in ParseAST() local135 if (P.ParseTopLevelDecl(ADecl)) { in ParseAST()143 if (ADecl && !Consumer->HandleTopLevelDecl(ADecl.get())) in ParseAST()145 } while (!P.ParseTopLevelDecl(ADecl)); in ParseAST()
636 NamedDecl *ADecl = LookupSingleName(TUScope, AliasName, AliasLocation, in ActOnCompatibilityAlias() local638 if (ADecl) { in ActOnCompatibilityAlias()640 Diag(ADecl->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()
6272 const Decl *ADecl = GetLValueBaseDecl(A); in HasSameBase() local6273 if (!ADecl) in HasSameBase()6276 if (!BDecl || ADecl->getCanonicalDecl() != BDecl->getCanonicalDecl()) in HasSameBase()
2605 Deserializing ADecl(this); in ReadDeclRecord() local