HomeSort by relevance Sort by last modified time
    Searched defs:LocalScope (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Symtab.py 411 if type.is_buffer and not isinstance(self, LocalScope): # and not is_type:
    [all...]
Nodes.py 8 py_object_type=object, ModuleScope=object, LocalScope=object, ClosureScope=object,
22 from Symtab import (ModuleScope, LocalScope, ClosureScope,
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 76 /// LocalScope - Node in tree of local scopes created for C++ implicit
84 /// LocalScope object using CFGBuilder::ScopePos as link to previous scope
95 /// LocalScope can break this assumption),
97 class LocalScope {
104 const LocalScope* Scope;
119 const_iterator(const LocalScope& S, unsigned I)
179 LocalScope(BumpVectorContext &ctx, const_iterator P)
193 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) {
208 /// and LocalScope::const_iterator that specifies position in LocalScope graph
    [all...]

Completed in 437 milliseconds