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.cpp3492 llvm::SmallVector<ParmVarDecl *, 2> LocalParameterDecls; in ParseRequiresExpression() local
3509 LocalParameterDecls.push_back(cast<ParmVarDecl>(ParamInfo.Param)); in ParseRequiresExpression()
3532 RequiresKWLoc, LocalParameterDecls, getCurScope()); in ParseRequiresExpression()
3772 RequiresKWLoc, Body, Parens.getOpenLocation(), LocalParameterDecls, in ParseRequiresExpression()