Home | History | Annotate | Download | only in Sema

Lines Matching refs:Explicit

695 void Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit) {
697 if (ExprEvalContexts.back().Context == Unevaluated && !Explicit)
713 Explicit) {
716 Explicit = false;
720 Diag(Loc, diag::err_this_capture) << Explicit;
1150 // enumeration type, or a class type for which a single non-explicit
1544 // we had explicit placement arguments. This matters for things like
2273 // explicit appropriate pointer target type (C++ 4.2p2).