Home | History | Annotate | Download | only in Sema

Lines Matching refs:Explicit

178 /// explicit storage class.
1756 // function parameter list, hence add an explicit check.
4020 // any explicit objects.
4915 /// Do an explicit extend of the given block pointer if we're in ARC.
9062 // Could be a pointer to member, though, if there is an explicit
10473 // Look for an explicit signature in that function type.
10479 // Check whether that explicit signature was synthesized by
11086 // have a single non-explicit conversion function to an integral or
12118 bool Explicit = (Kind != TryCapture_Implicit);
12259 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
12260 // No capture-default, and this is not an explicit capture
12270 // should have the inner lambda do the explicit capture - because
12275 // - create const bool VariableCaptureWasInitiallyExplicit = Explicit
12285 Explicit = false;
13369 // If the syntactic form of the argument is not an explicit cast of
13379 // Otherwise, use the type that was written in the explicit cast.