Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp224 const ValueDecl *Decl2 = DRE2->getDecl(); in IsStmtEquivalent() local
225 if (!Decl1 || !Decl2) in IsStmtEquivalent()
228 const_cast<ValueDecl *>(Decl2)); in IsStmtEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp161 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl(); in areExprTypesCompatible() local
163 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()
165 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible()