Home
last modified time | relevance | path

Searched refs:StructOrUnionScope (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuiltin.py5 from Symtab import BuiltinScope, StructOrUnionScope
369 scope = StructOrUnionScope(name)
DNodes.py9 StructOrUnionScope=object, PyClassScope=object,
23 StructOrUnionScope, PyClassScope, CppClassScope, TemplateScope)
725 scope = StructOrUnionScope()
1292 scope = StructOrUnionScope(self.name)
4592 scope = StructOrUnionScope(name)
DSymtab.py1634 class StructOrUnionScope(Scope): class
DExprNodes.py7407 scope = Symtab.StructOrUnionScope(cname)