recordRelationship(element, IndexConstants.IS_REFERENCED_BY, location);
} else if (element instanceof FieldElement) {
location = getLocationWithInitializerType(node, location);
recordRelationship(element, IndexConstants.IS_REFERENCED_BY, location);
} else if (element instanceof FieldFormalParameterElement) {
FieldFormalParameterElement fieldParameter = (FieldFormalParameterElement) element;
FieldElement field = fieldParameter.getField();
recordRelationship(field, IndexConstants.IS_REFERENCED_BY_QUALIFIED, location);
} else if (element instanceof PrefixElement) {
recordImportElementReferenceWithPrefix(node);
} else if (element instanceof PropertyAccessorElement || element instanceof MethodElement) {
location = getLocationWithTypeAssignedToField(node, element, location);