Searched defs:Explicit (Results 1 – 7 of 7) sorted by relevance
27 struct Explicit { struct28 constexpr Explicit() {} in Explicit() argument29 constexpr explicit operator int() const { return 4; } // expected-note 4{{here}} in operator int()
7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
391 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local1306 bool Explicit = false; in parseModuleDecl() local2074 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl()
1417 bool Explicit = Override != ModuleFileOverrides.end(); in loadModule() local
759 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
900 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit, in CheckCXXThisCapture()
12809 bool Explicit = (Kind != TryCapture_Implicit); in tryCaptureVariable() local