Home
last modified time | relevance | path

Searched defs:ExplicitParams (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaLambda.cpp441 bool ExplicitParams, in buildLambdaScope()
821 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1500 bool ExplicitParams; in BuildLambdaExpr() local
/external/clang/include/clang/Sema/
DScopeInfo.h689 bool ExplicitParams; variable
/external/clang/lib/AST/
DExprCXX.cpp854 ArrayRef<LambdaCapture> Captures, bool ExplicitParams, in LambdaExpr()
911 bool ExplicitParams, bool ExplicitResultType, ArrayRef<Expr *> CaptureInits, in Create()
/external/clang/include/clang/AST/
DExprCXX.h1521 unsigned ExplicitParams : 1; variable