public virtual string VisitVectorType(VectorType vectorType, TypeQualifiers quals) { // an incomplete implementation but we'd hardly need anything better return("__attribute__()"); }
public VectorType(VectorType type) : base(type) { }
public bool VisitVectorType(VectorType vectorType, TypeQualifiers quals) { return(true); }