Home
last modified time | relevance | path

Searched defs:IsStmtExpr (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h76 bool IsStmtExpr; variable
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {} in CompoundScopeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2046 void Sema::PushCompoundScope(bool IsStmtExpr) { in PushCompoundScope()
H A DSemaStmt.cpp385 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) { in ActOnStartOfCompoundStmt()
H A DTreeTransform.h1262 bool IsStmtExpr) { in RebuildCompoundStmt()
7177 bool IsStmtExpr) { in TransformCompoundStmt()