Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp3606 llvm::SmallVector<ParmVarDecl *, 2> LocalParameterDecls; in ParseRequiresExpression() local
3623 LocalParameterDecls.push_back(cast<ParmVarDecl>(ParamInfo.Param)); in ParseRequiresExpression()
3646 RequiresKWLoc, LocalParameterDecls, getCurScope()); in ParseRequiresExpression()
3886 RequiresKWLoc, Body, Parens.getOpenLocation(), LocalParameterDecls, in ParseRequiresExpression()