Searched refs:NextInPosition (Results 1 – 1 of 1) sorted by relevance
104 AttributeList *NextInPosition; variable160 IsTypeTagForDatatype(false), NextInPosition(0), NextInPool(0) { in AttributeList()181 NextInPosition(0), NextInPool(0) { in AttributeList()199 IsTypeTagForDatatype(true), NextInPosition(NULL), NextInPool(NULL) { in AttributeList()247 AttributeList *getNext() const { return NextInPosition; } in getNext()248 void setNext(AttributeList *N) { NextInPosition = N; } in setNext()