reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
225 bool isBlockScope() const { return Flags & BlockScope; } 399 Scope::BlockScope | Scope::TemplateParamScope |tools/clang/lib/Parse/ParseDecl.cpp
3104 Scope::BlockScope |
tools/clang/lib/Parse/ParseExpr.cpp 3019 ParseScope BlockScope(this, Scope::BlockScope | Scope::FnScope |
tools/clang/lib/Parse/ParseExprCXX.cpp 1455 unsigned ScopeFlags = Scope::BlockScope | Scope::FnScope | Scope::DeclScope |
tools/clang/lib/Sema/Scope.cpp42 if ((Flags & (FnScope | ClassScope | BlockScope | TemplateParamScope | 67 if (flags & BlockScope) BlockParent = this; 152 {BlockScope, "BlockScope"},tools/clang/lib/Sema/SemaExprCXX.cpp
745 (Scope::FnScope | Scope::ClassScope | Scope::BlockScope |