Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLambda.cpp488 bool ExplicitParams, in buildLambdaScope()
915 bool ExplicitParams = true; in ActOnStartOfLambdaDefinition() local
1759 bool ExplicitParams; in BuildLambdaExpr() local
H A DSemaDeclCXX.cpp18369 TemplateParameterList *ExplicitParams = nullptr; in ActOnStartFunctionDeclarationDeclarator() local
18394 TemplateParameterList *ExplicitParams = in ActOnFinishFunctionDeclarationDeclarator() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DScopeInfo.h854 bool ExplicitParams = false; variable
/llvm-project-15.0.7/clang/lib/AST/
H A DExprCXX.cpp1130 SourceLocation CaptureDefaultLoc, bool ExplicitParams, in LambdaExpr()
1171 bool ExplicitParams, bool ExplicitResultType, in Create()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h949 unsigned ExplicitParams : 1; in alignas() local