Searched refs:ActOnBlockStart (Results 1 – 4 of 4) sorted by relevance
2431 Actions.ActOnBlockStart(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
3162 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
8738 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/0); in TransformBlockExpr()
9229 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart() function in Sema