Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3764 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
3824 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
3854 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7132 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15961 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments() function in Sema