Lines Matching refs:Explicit
744 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) {
746 if (isUnevaluatedContext() && !Explicit)
763 Explicit) {
766 Explicit = false;
770 Diag(Loc, diag::err_this_capture) << Explicit;
1194 // enumeration type, or a class type for which a single non-explicit
1652 // we had explicit placement arguments. This matters for things like
2104 // non-explicit conversion function to a pointer type. The result has type
2384 // explicit appropriate pointer target type (C++ 4.2p2).