Searched refs:STORAGE_LOCAL (Results 1 – 6 of 6) sorted by relevance
42 STORAGE_LOCAL, enumerator
306 case Variable::STORAGE_LOCAL: in operator ()()331 typedef EntryStorageFilter<Variable::STORAGE_LOCAL> LocalEntryFilter;
110 case STORAGE_LOCAL: in tokenizeDeclaration()
239 return allocate(type, Variable::STORAGE_LOCAL, m_nameAllocator.allocate().c_str()); in allocate()249 Variable* variable = varScope.allocate(type, Variable::STORAGE_LOCAL, name); in allocate()
231 return variable->getStorage() == Variable::STORAGE_LOCAL; in canDeclareVariable()282 case Variable::STORAGE_LOCAL: in DeclarationStatement()
996 Variable::STORAGE_LOCAL, in allocateNewVariable()