Home | History | Annotate | Download | only in Sema

Lines Matching refs:Usable

2920     bool Usable = !Constructor->isInvalidDecl() &&
2923 if (Usable) {
3048 bool Usable = !Constructor->isInvalidDecl();
3050 Usable = Usable && (AllowExplicit || !Constructor->isExplicit());
3052 Usable = Usable &&Constructor->isConvertingConstructor(AllowExplicit);
3053 if (Usable) {