Searched refs:Decl1 (Results 1 – 2 of 2) sorted by relevance
223 const ValueDecl *Decl1 = DRE1->getDecl(); in IsStmtEquivalent() local225 if (!Decl1 || !Decl2) in IsStmtEquivalent()227 return IsStructurallyEquivalent(Context, const_cast<ValueDecl *>(Decl1), in IsStmtEquivalent()
160 auto *Decl1 = cast<DeclRefExpr>(E1)->getDecl(); in areExprTypesCompatible() local163 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()164 const DeclContext *DC1 = Decl1->getDeclContext(); in areExprTypesCompatible()