Searched defs:Explicit (Results 1 – 11 of 11) sorted by relevance
28 class Explicit { class61 function Explicit() { class in Explicit
11 type Explicit = (...args: Tail<Parameters<MyFunctionType>>) => ReturnType<MyFunctionType>; // (bar:… alias
30 class Explicit { class
49 static SampleUsage Explicit() { in Explicit() function
427 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local497 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
38 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
1069 Explicit(Method), enumerator1101 Explicit(Method), enumerator
339 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local342 StringRef Section) -> Optional<uint64_t> * { in dump()
409 struct Explicit {}; struct
590 SmallVectorImpl<unsigned> &Implicit) { in collectCallSiteParameters()
175072 enum class Keyword { Implicit, Explicit }; enumerator