Home | History | Annotate | Download | only in AST

Lines Matching refs:AllowExplicit

1485 bool CXXConstructorDecl::isConvertingConstructor(bool AllowExplicit) const {
1492 if (isExplicit() && !AllowExplicit)