Searched refs:writeName (Results 1 – 6 of 6) sorted by relevance
224 this->writeName(c.fFunction.fName); in writeFunctionCall()547 this->writeName(ref.fVariable.fName); in writeVariableReference()580 this->writeName(field->fName); in writeFieldAccess()814 this->writeName(var.fVar->fName); in writeFunction()819 this->writeName(var.fVar->fName); in writeFunction()862 this->writeName(f.fDeclaration.fName); in writeFunction()905 this->writeName(param->fName); in writeFunction()925 this->writeName(intfName); in writeFunction()927 this->writeName(intfName); in writeFunction()932 this->writeName(var->fVar->fName); in writeFunction()[all …]
172 void writeName(const String& name);
284 this->writeName(function.mangledName()); in getOutParamHelper()1299 this->writeName(ref.variable()->name()); in writeVariableReference()1335 this->writeName(var.name()); in writeVariableReference()1365 this->writeName(field->fName); in writeFieldAccess()1841 this->writeName(var.var().name()); in writeFunctionDeclaration()1846 this->writeName(var.var().name()); in writeFunctionDeclaration()1880 this->writeName(f.mangledName()); in writeFunctionDeclaration()1897 this->writeName(param->name()); in writeFunctionDeclaration()2058 this->writeName(field.fName); in writeFields()2070 void MetalCodeGenerator::writeName(skstd::string_view name) { in writeName() function in SkSL::MetalCodeGenerator[all …]
140 void writeName(skstd::string_view name);
706 void AMDGPUMangledLibFunc::writeName(Stream &OS) const { in writeName() function in AMDGPUMangledLibFunc857 writeName(Name); in mangleNameItanium()938 writeName(OS); in getName()
432 template <typename Stream> void writeName(Stream &OS) const;