Home | History | Annotate | Download | only in Sema

Lines Matching defs:Explicit

233 /// explicit storage class.
1890 // function parameter list, hence add an explicit check.
1949 "Diagnosing an empty lookup with explicit template args!");
4580 // any explicit objects.
5026 /// If a builtin function has a pointer argument with no explicit address
5221 // with no explicit address space with the address space of the arguments
5590 /// Do an explicit extend of the given block pointer if we're in ARC.
10071 // Only ignore explicit casts to void.
10493 // Could be a pointer to member, though, if there is an explicit
11986 // Look for an explicit signature in that function type.
11992 // Check whether that explicit signature was synthesized by
12644 // have a single non-explicit conversion function to an integral or
13597 bool Explicit = (Kind != TryCapture_Implicit);
13680 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
13681 // No capture-default, and this is not an explicit capture
13692 // should have the inner lambda do the explicit capture - because
13697 // - create const bool VariableCaptureWasInitiallyExplicit = Explicit
13707 Explicit = false;
14889 // If the syntactic form of the argument is not an explicit cast of
14899 // Otherwise, use the type that was written in the explicit cast.