Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1514 if (auto *Constructor1 = dyn_cast<CXXConstructorDecl>(Method1)) { in IsStructurallyEquivalent() local
1516 if (!Constructor1->getExplicitSpecifier().isEquivalent( in IsStructurallyEquivalent()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp10529 const auto *Constructor1 = Guide1->getCorrespondingConstructor(); in isBetterOverloadCandidate() local
10531 if (Constructor1 && Constructor2) { in isBetterOverloadCandidate()
10532 bool isC1Templated = Constructor1->getTemplatedKind() != in isBetterOverloadCandidate()