reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Sema/Scope.h
  447     return getFlags() & Scope::CompoundStmtScope;
tools/clang/lib/Parse/ParseCXXInlineMethods.cpp
  516                                Scope::CompoundStmtScope);
tools/clang/lib/Parse/ParseDecl.cpp
 1516           this, Scope::FnScope | Scope::DeclScope | Scope::CompoundStmtScope,
tools/clang/lib/Parse/ParseExpr.cpp
 3020                                   Scope::CompoundStmtScope | Scope::DeclScope);
tools/clang/lib/Parse/ParseExprCXX.cpp
 1456                         Scope::CompoundStmtScope;
tools/clang/lib/Parse/ParseObjc.cpp
 2472   ParseScope bodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
 2508   ParseScope TryScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
 2530                                         Scope::CompoundStmtScope |
 2576                               Scope::DeclScope | Scope::CompoundStmtScope);
 2626   ParseScope BodyScope(this, Scope::DeclScope | Scope::CompoundStmtScope);
 3663                                  Scope::CompoundStmtScope);
tools/clang/lib/Parse/ParseOpenMP.cpp
  324                                     Scope::CompoundStmtScope |
  360                                         Scope::CompoundStmtScope |
  554                         Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope;
  657         &P, Scope::FnScope | Scope::DeclScope | Scope::CompoundStmtScope,
 1588                         Scope::CompoundStmtScope | Scope::OpenMPDirectiveScope;
tools/clang/lib/Parse/ParsePragma.cpp
  662                                            Scope::CompoundStmtScope);
tools/clang/lib/Parse/ParseStmt.cpp
  478       Scope::DeclScope | Scope::CompoundStmtScope | Scope::SEHTryScope));
  862                                 Scope::DeclScope | Scope::CompoundStmtScope);
 2215                                 Scope::CompoundStmtScope |
tools/clang/lib/Parse/ParseTemplate.cpp
 1509                                Scope::CompoundStmtScope);
tools/clang/lib/Parse/Parser.cpp
 1188                                    Scope::CompoundStmtScope);
 1219                                    Scope::CompoundStmtScope);
 1238                                  Scope::CompoundStmtScope);
tools/clang/lib/Sema/Scope.cpp
  168       {CompoundStmtScope, "CompoundStmtScope"},