Home | History | Annotate | Download | only in hlsl

Lines Matching defs:structName

2104     TString structName = "";
2107 structName = *idString;
2109 structName = *token.string;
2121 if (structName.size() > 0 && !postDeclsFound && parseContext.lookupUserType(structName, type) != nullptr) {
2136 parseContext.pushNamespace(structName);
2153 new(&type) TType(typeList, structName);
2157 new(&type) TType(typeList, structName, postDeclQualifier); // sets EbtBlock
2160 parseContext.declareStruct(token.loc, structName, type);
2173 parseContext.pushNamespace(structName);