Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseExpr.cpp3543 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
3603 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
3633 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6043 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp16459 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments() function in Sema