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

/external/clang/lib/Parse/
H A DParseExpr.cpp2423 Actions.ActOnBlockStart(CaretLoc, getCurScope());
/external/clang/include/clang/Sema/
H A DSema.h3727 /// ActOnBlockStart - This callback is invoked when a block literal is
3729 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
/external/clang/lib/Sema/
H A DTreeTransform.h9669 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr);
H A DSemaExpr.cpp10418 /// ActOnBlockStart - This callback is invoked when a block literal is started.
10419 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { function in class:Sema

Completed in 413 milliseconds