Home | History | Annotate | Download | only in Sema

Lines Matching refs:Explicit

797 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit, 
800 if (isUnevaluatedContext() && !Explicit)
818 Diag(Loc, diag::err_this_capture) << Explicit;
825 Explicit) {
828 Explicit = false;
833 Explicit;
1262 // enumeration type, or a class type for which a single non-explicit
1722 // we had explicit placement arguments. This matters for things like
2248 // non-explicit conversion function to a pointer type. The result has type
2518 // explicit appropriate pointer target type (C++ 4.2p2).
5911 /*Explicit*/ false, /*BuildAndDiagnose*/ true,