Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DCFG.cpp97 class LocalScope { class
104 const LocalScope* Scope;
119 const_iterator(const LocalScope& S, unsigned I) in const_iterator()
179 LocalScope(BumpVectorContext &ctx, const_iterator P) in LocalScope() function in __anon726f5f560111::LocalScope
193 int LocalScope::const_iterator::distance(LocalScope::const_iterator L) { in distance()
211 BlockScopePosPair(CFGBlock *b, LocalScope::const_iterator scopePos) in BlockScopePosPair()
215 LocalScope::const_iterator scopePosition;
305 LocalScope::const_iterator ScopePos;
438 void addAutomaticObjDtors(LocalScope::const_iterator B,
439 LocalScope::const_iterator E, Stmt *S);
[all …]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
DSymtab.py411 if type.is_buffer and not isinstance(self, LocalScope): # and not is_type:
1475 class LocalScope(Scope): class
1613 class ClosureScope(LocalScope):
1618 LocalScope.__init__(self, name, outer_scope, parent_scope)
1631 return LocalScope.declare_pyfunction(self, name, pos, allow_redefine, visibility='private')
DNodes.py8 py_object_type=object, ModuleScope=object, LocalScope=object, ClosureScope=object,
22 from Symtab import (ModuleScope, LocalScope, ClosureScope,
1555 lenv = LocalScope(name=self.entry.name,
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp1603 LocalInstantiationScope LocalScope(SemaRef); in VisitCXXMethodDecl() local