Searched refs:getVarTypeByName (Results 1 – 3 of 3) sorted by relevance
30 const VarType * getVarTypeByName(const std::string &type);
122 if (getVarTypeByName(name)->id() != 0) { in initFromFile()146 const VarType * TypeFactory::getVarTypeByName(const std::string & type) in getVarTypeByName() function in TypeFactory
74 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName); in parse()110 const VarType *v = TypeFactory::instance()->getVarTypeByName(vartype); in parse()