Searched refs:userType (Results 1 – 6 of 6) sorted by relevance
24 const TStructure *userType = type.getStruct(); in visitSymbol() local25 if (!userType) in visitSymbol()28 if (userType->symbolType() == SymbolType::BuiltIn || in visitSymbol()29 userType->symbolType() == SymbolType::Empty) in visitSymbol()35 int uniqueId = userType->uniqueId().get(); in visitSymbol()59 if (userType->name().beginsWith(kPrefix)) in visitSymbol()65 userType->name().length()); in visitSymbol()68 tmp << '_' << userType->name(); in visitSymbol()72 const_cast<TStructure *>(userType)->setName(tmp); in visitSymbol()
49 const TStructure *userType = type.getStruct(); in visitSymbol() local50 if (!userType) in visitSymbol()53 if (userType->symbolType() == SymbolType::BuiltIn || in visitSymbol()54 userType->symbolType() == SymbolType::Empty) in visitSymbol()60 int uniqueId = userType->uniqueId().get(); in visitSymbol()84 if (userType->name().beginsWith(kPrefix)) in visitSymbol()90 userType->name().length()); in visitSymbol()93 tmp << '_' << userType->name(); in visitSymbol()97 const_cast<TStructure *>(userType)->setName(tmp); in visitSymbol()
87 …ring *name, const TType& t, bool uT = false ) : TSymbol(name), type(t), userType(uT), unionArray(0… in TSymbol()92 bool isUserType() const { return userType; } in isUserType()119 bool userType; variable
352 userType = copyOf.userType; in TVariable()
160 userType(uT), in TSymbol()172 virtual bool isUserType() const { return userType; } in isUserType()208 bool userType; variable
263 userType: "[PC Preview] unknown userType" property