Home
last modified time | relevance | path

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

/external/clang/test/CXX/expr/expr.const/
Dp5-0x.cpp27 struct Explicit { struct
28 constexpr Explicit() {} in Explicit() argument
29 constexpr explicit operator int() const { return 4; } // expected-note 4{{here}} in operator int()
/external/clang/test/CXX/dcl.decl/dcl.init/
Dp14-0x.cpp7 struct Explicit { // expected-note 2 {{candidate}} expected-note {{here}} struct
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioNode.h94 Explicit enumerator
/external/chromium_org/net/tools/testserver/
Dasn1.py70 class Explicit(object): class
/external/clang/lib/Lex/
DModuleMap.cpp373 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findModuleForHeader() local
1268 bool Explicit = false; in parseModuleDecl() local
1995 void ModuleMapParser::parseInferredModuleDecl(bool Framework, bool Explicit) { in parseInferredModuleDecl()
/external/clang/include/clang/AST/
DComment.h757 void setDirection(PassDirection Direction, bool Explicit) { in setDirection()
/external/clang/lib/Sema/
DSemaExprCXX.cpp797 bool Sema::CheckCXXThisCapture(SourceLocation Loc, bool Explicit, in CheckCXXThisCapture()
DSemaExpr.cpp12118 bool Explicit = (Kind != TryCapture_Implicit); in tryCaptureVariable() local