Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseExpr.cpp2750 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope()); in ParseBlockId()
2808 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
2843 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope()); in ParseBlockLiteralExpression()
/external/clang/include/clang/Sema/
DSema.h4159 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
/external/clang/lib/Sema/
DSemaExpr.cpp11959 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, in ActOnBlockArguments() function in Sema