Home
last modified time | relevance | path

Searched refs:Decl1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp223 const ValueDecl *Decl1 = DRE1->getDecl(); in IsStmtEquivalent() local
225 if (!Decl1 || !Decl2) in IsStmtEquivalent()
227 return IsStructurallyEquivalent(Context, const_cast<ValueDecl *>(Decl1), in IsStmtEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp160 auto *Decl1 = cast<DeclRefExpr>(E1)->getDecl(); in areExprTypesCompatible() local
163 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()
164 const DeclContext *DC1 = Decl1->getDeclContext(); in areExprTypesCompatible()