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

/external/clang/lib/Parse/
H A DParseExpr.cpp2395 Actions.ActOnBlockArguments(CaretLoc, DeclaratorInfo, getCurScope());
2453 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
2486 Actions.ActOnBlockArguments(CaretLoc, ParamInfo, getCurScope());
/external/clang/include/clang/Sema/
H A DSema.h3731 /// ActOnBlockArguments - This callback allows processing of block arguments.
3733 void ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo,
/external/clang/lib/Sema/
H A DSemaExpr.cpp10446 void Sema::ActOnBlockArguments(SourceLocation CaretLoc, Declarator &ParamInfo, function in class:Sema

Completed in 147 milliseconds