Searched refs:ActOnBlockArguments (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 2702 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId() 2760 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression() 2795 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4066 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 11427 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments() function in Sema
|