Home
last modified time | relevance | path

Searched refs:BuiltinScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DBuiltin.py5 from Symtab import BuiltinScope, StructOrUnionScope
344 builtin_scope = BuiltinScope()
DSymtab.py854 class BuiltinScope(Scope): class