HomeSort by: relevance | last modified time | path
    Searched refs:IsStmtExpr (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
ScopeInfo.h 76 bool IsStmtExpr;
78 CompoundScopeInfo(bool IsStmtExpr) : IsStmtExpr(IsStmtExpr) {}
Sema.h 1857 void PushCompoundScope(bool IsStmtExpr);
4606 void ActOnStartOfCompoundStmt(bool IsStmtExpr);
4610 ArrayRef<Stmt *> Elts, bool isStmtExpr);
4615 CompoundScopeRAII(Sema &S, bool IsStmtExpr = false) : S(S) {
4616 S.ActOnStartOfCompoundStmt(IsStmtExpr);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 333 [](sema::CompoundScopeInfo &CSI) { return CSI.IsStmtExpr; })) {
Sema.cpp 2046 void Sema::PushCompoundScope(bool IsStmtExpr) {
2047 getCurFunction()->CompoundScopes.push_back(CompoundScopeInfo(IsStmtExpr));
SemaStmt.cpp 385 void Sema::ActOnStartOfCompoundStmt(bool IsStmtExpr) {
386 PushCompoundScope(IsStmtExpr);
406 ArrayRef<Stmt *> Elts, bool isStmtExpr) {
TreeTransform.h 700 StmtResult TransformCompoundStmt(CompoundStmt *S, bool IsStmtExpr);
1262 bool IsStmtExpr) {
1264 IsStmtExpr);
7177 bool IsStmtExpr) {
7186 B, IsStmtExpr && B == ExprResult ? SDK_StmtExprResult : SDK_Discarded);
7213 IsStmtExpr);

Completed in 37 milliseconds