Home | History | Annotate | Download | only in AST

Lines Matching refs:AllowExplicit

1832 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const {
1839 if (isExplicit() && !AllowExplicit)