Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExprCXX.cpp3415 llvm::SmallVector<ParmVarDecl *, 2> LocalParameterDecls; in ParseRequiresExpression() local
3432 LocalParameterDecls.push_back(cast<ParmVarDecl>(ParamInfo.Param)); in ParseRequiresExpression()
3451 RequiresKWLoc, LocalParameterDecls, getCurScope()); in ParseRequiresExpression()
3687 return Actions.ActOnRequiresExpr(RequiresKWLoc, Body, LocalParameterDecls, in ParseRequiresExpression()