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

/external/clang/lib/Sema/
H A DSemaInit.cpp2919 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); local
2920 if (InitListSyntax && !Kind.AllowExplicit() && CtorDecl->isExplicit()) {
2928 Sequence.AddConstructorInitializationStep(CtorDecl,
5799 CXXConstructorDecl *CtorDecl = cast<CXXConstructorDecl>(Best->Function); local
5800 S.Diag(CtorDecl->getLocation(), diag::note_constructor_declared_here);

Completed in 27 milliseconds