Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseExpr.cpp2721 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2771 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
2780 Actions.ActOnBlockError(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h10537 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
10562 getSema().ActOnBlockError(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
HDSemaExpr.cpp11356 void Sema::ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockError() function in Sema
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h4004 void ActOnBlockError(SourceLocation CaretLoc, Scope *CurScope);