Searched refs:enterStruct (Results 1 – 2 of 2) sorted by relevance
197 virtual void enterStruct(const ShaderVariable &structVar) {} in enterStruct() function223 void enterStruct(const ShaderVariable &structVar) override;
430 void VariableNameVisitor::enterStruct(const ShaderVariable &structVar) in enterStruct() function in sh::VariableNameVisitor641 visitor->enterStruct(variable); in TraverseShaderVariable()