Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp188 Decl *Callee2 = const_cast<Decl *>(E2->getCalleeDecl()); in IsStmtEquivalent() local
191 if (static_cast<bool>(Callee1) != static_cast<bool>(Callee2)) in IsStmtEquivalent()
198 assert(Callee2); in IsStmtEquivalent()
199 return IsStructurallyEquivalent(Context, Callee1, Callee2); in IsStmtEquivalent()