Home | History | Annotate | Download | only in Sema

Lines Matching defs:Explicit

160 /// explicit storage class.
1545 // function parameter list, hence add an explicit check.
3614 // any explicit objects.
4346 /// Do an explicit extend of the given block pointer if we're in ARC.
8211 // Could be a pointer to member, though, if there is an explicit
9499 // Look for an explicit signature in that function type.
9505 // Check whether that explicit signature was synthesized by
10093 // have a single non-explicit conversion function to an integral or
10807 bool Explicit = (Kind != TryCapture_Implicit);
10901 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
10915 Explicit = false;
12020 // If the syntactic form of the argument is not an explicit cast of
12030 // Otherwise, use the type that was written in the explicit cast.