Home
last modified time | relevance | path

Searched defs:parent_scope (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Symbol/
DBlock.h403 SetParentScope (SymbolContextScope *parent_scope) in SetParentScope()
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py297 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/
Dparser.h863 Scope* ParserTraits::NewScope(Scope* parent_scope, ScopeType scope_type) { in NewScope()