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

/external/clang/lib/Parse/
H A DParseExpr.cpp2446 Actions.ActOnBlockError(CaretLoc, getCurScope());
2494 Actions.ActOnBlockError(CaretLoc, getCurScope());
2503 Actions.ActOnBlockError(CaretLoc, getCurScope());
/external/clang/lib/Sema/
H A DTreeTransform.h9684 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
9709 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr);
H A DSemaExpr.cpp10562 /// ActOnBlockError - If there is an error parsing a block, this callback
10564 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { function in class:Sema
/external/clang/include/clang/Sema/
H A DSema.h3736 /// ActOnBlockError - If there is an error parsing a block, this callback
3738 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);

Completed in 152 milliseconds