Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp3460 Actions.ActOnBlockStart(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5563 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h13986 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
H A DSemaExpr.cpp15273 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart() function in Sema