Home
last modified time | relevance | path

Searched refs:newStructure (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DSeparateDeclarations.cpp122 TStructure *newStructure = in separateDeclarator() local
125 newStructure->setAtGlobalScope(structure->atGlobalScope()); in separateDeclarator()
126 *replacementStructure = structure = newStructure; in separateDeclarator()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DSymbolEnv.cpp375 const TStructure &SymbolEnv::newStructure(const Name &name, TFieldList &fields) in newStructure() function in SymbolEnv
405 env = &newStructure(Name(envName, SymbolType::AngleInternal), in getTextureEnv()
DSymbolEnv.h175 const TStructure &newStructure(const Name &name, TFieldList &fields);