Home
last modified time | relevance | path

Searched refs:ExplicitParams (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp526 bool ExplicitParams, bool Mutable) { in buildLambdaScope() argument
536 LSI->ExplicitParams = ExplicitParams; in buildLambdaScope()
1416 LSI->ExplicitParams = ParamInfo.getNumTypeObjects() != 0; in ActOnStartOfLambdaDefinition()
2078 bool ExplicitParams; in BuildLambdaExpr() local
2087 ExplicitParams = LSI->ExplicitParams; in BuildLambdaExpr()
2231 ExplicitParams, ExplicitResultType, in BuildLambdaExpr()
H A DSemaDeclCXX.cpp19039 TemplateParameterList *ExplicitParams = nullptr; in ActOnStartFunctionDeclarationDeclarator() local
19044 ExplicitParams = MatchTemplateParametersToScopeSpecifier( in ActOnStartFunctionDeclarationDeclarator()
19059 if (ExplicitParams && !ExplicitParams->empty()) { in ActOnStartFunctionDeclarationDeclarator()
19060 Info.AutoTemplateParameterDepth = ExplicitParams->getDepth(); in ActOnStartFunctionDeclarationDeclarator()
19061 llvm::append_range(Info.TemplateParams, *ExplicitParams); in ActOnStartFunctionDeclarationDeclarator()
19062 Info.NumExplicitTemplateParams = ExplicitParams->size(); in ActOnStartFunctionDeclarationDeclarator()
19073 TemplateParameterList *ExplicitParams = in ActOnFinishFunctionDeclarationDeclarator() local
19077 Context, ExplicitParams->getTemplateLoc(), in ActOnFinishFunctionDeclarationDeclarator()
19078 ExplicitParams in ActOnFinishFunctionDeclarationDeclarator()
[all...]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1257 SourceLocation CaptureDefaultLoc, bool ExplicitParams, in LambdaExpr() argument
1266 LambdaExprBits.ExplicitParams = ExplicitParams; in LambdaExpr()
1298 bool ExplicitParams, bool ExplicitResultType, in Create() argument
1310 ExplicitParams, ExplicitResultType, CaptureInits, ClosingBrace, in Create()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h893 bool ExplicitParams = false; variable
H A DSema.h8751 SourceLocation CaptureDefaultLoc, bool ExplicitParams,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1976 SourceLocation CaptureDefaultLoc, bool ExplicitParams,
1997 bool ExplicitParams, bool ExplicitResultType,
2157 bool hasExplicitParameters() const { return LambdaExprBits.ExplicitParams; } in hasExplicitParameters()
H A DStmt.h1133 unsigned ExplicitParams : 1;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp1750 Record.push_back(E->LambdaExprBits.ExplicitParams); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1769 E->LambdaExprBits.ExplicitParams = Record.readInt(); in VisitLambdaExpr()