Home
last modified time | relevance | path

Searched refs:NextInPosition (Results 1 – 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
DAttributeList.h104 AttributeList *NextInPosition; variable
160 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()