Home | History | Annotate | Download | only in AST

Lines Matching refs:AllowExplicit

1781 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const {
1788 if (isExplicit() && !AllowExplicit)