Searched refs:CtorDecl (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaInit.cpp3189 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); local
3190 if (InitListSyntax && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
3198 Sequence.AddConstructorInitializationStep(CtorDecl,
6675 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); local
6676 S.Diag(CtorDecl->getLocation(), diag::note_constructor_declared_here);

Completed in 102 milliseconds