Searched refs:ActOnBlockStart (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseExpr.cpp2403 Actions.ActOnBlockStart(CaretLoc, getCurScope());
/external/clang/include/clang/Sema/
H A DSema.h3353 /// ActOnBlockStart - This callback is invoked when a block literal is
3355 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
/external/clang/lib/Sema/
H A DTreeTransform.h8816 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/0);
H A DSemaExpr.cpp9456 /// ActOnBlockStart - This callback is invoked when a block literal is started.
9457 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { function in class:Sema

Completed in 78 milliseconds