Lines Matching refs:currentSourceLocation

1492 …m_schemaResolver->addSimpleRestrictionBase(ptr, baseName, currentSourceLocation()); // add to reso…  in parseSimpleRestriction()
1654 … m_schemaResolver->addSimpleListType(ptr, typeName, currentSourceLocation()); // add to resolver in parseList()
1747 … m_schemaResolver->addSimpleUnionTypes(ptr, typeNames, currentSourceLocation()); // add to resolver in parseUnion()
3098 …m_schemaResolver->addComplexBaseType(complexType, typeName, currentSourceLocation(), facets); // a… in parseSimpleContentRestriction()
3113 …m_schemaResolver->addComplexBaseType(complexType, typeName, currentSourceLocation()); // add to re… in parseSimpleContentExtension()
3222 …m_schemaResolver->addComplexBaseType(complexType, typeName, currentSourceLocation()); // add to re… in parseComplexContentRestriction()
3308 …m_schemaResolver->addComplexBaseType(complexType, typeName, currentSourceLocation()); // add to re… in parseComplexContentExtension()
3552 reference->setSourceLocation(currentSourceLocation()); in parseReferredGroup()
4076 …m_schemaResolver->addAttributeType(attribute, typeName, currentSourceLocation()); // add to resolv… in parseGlobalAttribute()
4145 reference->setSourceLocation(currentSourceLocation()); in parseLocalAttribute()
4229 m_componentLocationHash.insert(attribute, currentSourceLocation()); in parseLocalAttribute()
4297 …m_schemaResolver->addAttributeType(attribute, typeName, currentSourceLocation()); // add to resolv… in parseLocalAttribute()
4433 attributeReference->setSourceLocation(currentSourceLocation()); in parseReferredAttributeGroup()
4544 … m_schemaResolver->addElementType(element, typeName, currentSourceLocation()); // add to resolver in parseGlobalElement()
4572 …aResolver->addSubstitutionGroupAffiliation(element, elementNames, currentSourceLocation()); // add… in parseGlobalElement()
4772 reference->setSourceLocation(currentSourceLocation()); in parseLocalElement()
4843 … m_schemaResolver->addElementType(element, typeName, currentSourceLocation()); // add to resolver in parseLocalElement()
5116 …m_schemaResolver->addKeyReference(element, constraint, referenceName, currentSourceLocation()); //… in parseKeyRef()
5262 …m_schemaResolver->addAlternativeType(alternative, typeName, currentSourceLocation()); // add to re… in parseAlternative()
5728 QSourceLocation XsdSchemaParser::currentSourceLocation() const in currentSourceLocation() function in XsdSchemaParser
6019 m_componentLocationHash.insert(element, currentSourceLocation()); in addElement()
6030 m_componentLocationHash.insert(attribute, currentSourceLocation()); in addAttribute()
6046 m_componentLocationHash.insert(XsdSimpleType::Ptr(type), currentSourceLocation()); in addType()
6048 m_componentLocationHash.insert(XsdComplexType::Ptr(type), currentSourceLocation()); in addType()
6056 m_componentLocationHash.insert(XsdSimpleType::Ptr(type), currentSourceLocation()); in addAnonymousType()
6058 m_componentLocationHash.insert(XsdComplexType::Ptr(type), currentSourceLocation()); in addAnonymousType()
6068 m_componentLocationHash.insert(group, currentSourceLocation()); in addAttributeGroup()
6079 m_componentLocationHash.insert(group, currentSourceLocation()); in addElementGroup()
6090 m_componentLocationHash.insert(notation, currentSourceLocation()); in addNotation()
6101 m_componentLocationHash.insert(constraint, currentSourceLocation()); in addIdentityConstraint()