Searched defs:Explicit (Results 1 – 7 of 7) sorted by relevance
27 struct Explicit { struct28 constexpr Explicit() {} in Explicit() function29 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
376 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local1292 bool Explicit = false; in parseModuleDecl() local2057 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl()
1375 bool Explicit = Override != ModuleFileOverrides.end(); in loadModule() local
759 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
818 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit, in CheckCXXThisCapture()
12304 bool Explicit = (Kind != TryCapture_Implicit); in tryCaptureVariable() local