Home
last modified time | relevance | path

Searched refs:ActOnStartOfCompoundStmt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1012 S.ActOnStartOfCompoundStmt(IsStmtExpr); in S()
10680 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp395 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt() function in Sema