Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3792 Actions.ActOnBlockStart(CaretLoc, getCurScope()); in ParseBlockLiteralExpression()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7128 void ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15851 SemaRef.ActOnBlockStart(E->getCaretLocation(), /*Scope=*/nullptr); in TransformBlockExpr()
H A DSemaExpr.cpp15932 void Sema::ActOnBlockStart(SourceLocation CaretLoc, Scope *CurScope) { in ActOnBlockStart() function in Sema