Searched refs:varType_ (Results 1 – 3 of 3) sorted by relevance
54 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol()
258 …VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE…312 …DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable()
259 VariableDeclaration::VariableDeclaration (const VarType& varType_, const std::string& name_, Storag… in VariableDeclaration() argument263 , varType (varType_) in VariableDeclaration()