Home | History | Annotate | Download | only in Sema

Lines Matching refs:Usable

2967     bool Usable = !Constructor->isInvalidDecl() &&
2970 if (Usable) {
3095 bool Usable = !Constructor->isInvalidDecl();
3097 Usable = Usable && (AllowExplicit || !Constructor->isExplicit());
3099 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit);
3100 if (Usable) {