Searched refs:lookupUserType (Results 1 – 3 of 3) sorted by relevance
147 TSymbol* lookupUserType(const TString&, TType&);
1552 if (parseContext.lookupUserType(*token.string, type) != nullptr) { in acceptType()2121 …if (structName.size() > 0 && !postDeclsFound && parseContext.lookupUserType(structName, type) != n… in acceptStruct()
7685 TSymbol* HlslParseContext::lookupUserType(const TString& typeName, TType& type) in lookupUserType() function in glslang::HlslParseContext