Searched defs:parent_scope (Results 1 – 3 of 3) sorted by relevance
| /external/lldb/include/lldb/Symbol/ |
| D | Block.h | 403 SetParentScope (SymbolContextScope *parent_scope) in SetParentScope()
|
| /external/chromium_org/third_party/cython/src/Cython/Compiler/ |
| D | Symtab.py | 297 def __init__(self, name, outer_scope, parent_scope): argument 1483 def __init__(self, name, outer_scope, parent_scope = None): argument 1617 def __init__(self, name, scope_name, outer_scope, parent_scope=None): argument
|
| /external/chromium_org/v8/src/ |
| D | parser.h | 863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) { in NewScope()
|