Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp3368 llvm::SmallVector<ParmVarDecl *, 2> LocalParameterDecls; in ParseRequiresExpression() local
3385 LocalParameterDecls.push_back(cast<ParmVarDecl>(ParamInfo.Param)); in ParseRequiresExpression()
3404 RequiresKWLoc, LocalParameterDecls, getCurScope()); in ParseRequiresExpression()
3640 return Actions.ActOnRequiresExpr(RequiresKWLoc, Body, LocalParameterDecls, in ParseRequiresExpression()