Home
last modified time | relevance | path

Searched defs:Explicit (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} in Explicit() function
29 constexpr explicit operator int() const { return 4; } // expected-note 4{{here}} in operator int()
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.decl/dcl.init/
H A Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp376 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local
1292 bool Explicit = false; in parseModuleDecl() local
2057 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp1375 bool Explicit = Override != ModuleFileOverrides.end(); in loadModule() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h759 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp818 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit, in CheckCXXThisCapture()
H A DSemaExpr.cpp12304 bool Explicit = (Kind != TryCapture_Implicit); in tryCaptureVariable() local