Searched refs:Decl2 (Results 1 – 3 of 3) sorted by relevance
1126 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, in AttributesMatch() argument1128 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) { in AttributesMatch()1129 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs()); in AttributesMatch()1134 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
222 const ValueDecl *Decl2 = DRE2->getDecl(); in IsStmtEquivalent() local223 if (!Decl1 || !Decl2) in IsStmtEquivalent()226 const_cast<ValueDecl *>(Decl2)); in IsStmtEquivalent()
162 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl(); in areExprTypesCompatible() local164 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()166 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible()