Home
last modified time | relevance | path

Searched refs:StructScope (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dscope.h81 typedef Scope<StructDeclStmtNode> StructScope; typedef
90 top_struct_scope_(new StructScope(nullptr, 1)), in Scopes()
163 StructScope* top_struct() const { return top_struct_scope_; } in top_struct()
179 StructScope* top_struct_scope_;
/external/clang/lib/Parse/
DParseDecl.cpp3673 ParseScope StructScope(this, Scope::ClassScope|Scope::DeclScope); in ParseStructUnionBody() local
3775 StructScope.Exit(); in ParseStructUnionBody()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp4203 ParseScope StructScope(this, Scope::ClassScope|Scope::DeclScope); in ParseStructUnionBody() local
4310 StructScope.Exit(); in ParseStructUnionBody()