Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseExpr.cpp3509 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
3569 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
3599 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5900 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp16191 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments() function in Sema