Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp496 bool ExplicitParams, in buildLambdaScope()
924 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1801 bool ExplicitParams; in BuildLambdaExpr() local
H A DSemaDeclCXX.cpp18580 TemplateParameterList *ExplicitParams = nullptr; in ActOnStartFunctionDeclarationDeclarator() local
18605 TemplateParameterList *ExplicitParams = in ActOnFinishFunctionDeclarationDeclarator() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DScopeInfo.h856 bool ExplicitParams = false; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp1197 SourceLocation CaptureDefaultLoc, bool ExplicitParams, in LambdaExpr()
1238 bool ExplicitParams, bool ExplicitResultType, in Create()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h961 unsigned ExplicitParams : 1; variable