Searched refs:refType (Results 1 – 3 of 3) sorted by relevance
285 const Type* refType = ref.shallowGet(); in checkForwardReferenceRestrictions() local294 if (!refType->isNamedType()) { in checkForwardReferenceRestrictions()295 for (const Reference<Type>* innerRef : refType->getReferences()) { in checkForwardReferenceRestrictions()302 const Location& typeLoc = static_cast<const NamedType*>(refType)->location(); in checkForwardReferenceRestrictions()313 const Type* refTypeParent = refType->parent(); in checkForwardReferenceRestrictions()318 std::cerr << "ERROR: Forward reference of '" << refType->typeName() << "' at " << ref.location() in checkForwardReferenceRestrictions()
87 XsdType refType = new XsdType(null, new QName(type.getName())); in JavaCodeGenerator() local88 parseSimpleType(refType, true); in JavaCodeGenerator()
99 XsdType refType = new XsdType(null, new QName(type.getName())); in CppCodeGenerator() local100 parseSimpleType(refType, true); in CppCodeGenerator()