Searched refs:STORAGE_CONST (Results 1 – 6 of 6) sorted by relevance
46 STORAGE_CONST, enumerator
50 case STORAGE_CONST: str << Token::CONST; break; in tokenizeDeclaration()
277 case Variable::STORAGE_CONST: in DeclarationStatement()303 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement()
51 if ((m_exprFlags & CONST_EXPR) && (entry->getVariable()->getStorage() != Variable::STORAGE_CONST)) in operator ()()968 Variable::STORAGE_CONST, in allocateNewVariable()
174 STORAGE_CONST, enumerator
334 oss << VariableDeclaration(varType, varName, STORAGE_CONST) in printFloatDeclaration()