Lines Matching defs:Explicit
1296 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit,
1300 if (isUnevaluatedContext() && !Explicit)
1303 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value");
1347 << (Explicit && idx == MaxFunctionScopesIndex);
1348 if (!Explicit)
1357 (Explicit && idx == MaxFunctionScopesIndex)) {
1358 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1370 << (Explicit && idx == MaxFunctionScopesIndex);
1372 if (!Explicit)
8636 /*Explicit*/ false, /*BuildAndDiagnose*/ true,