Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h129 AttributeList *NextInPosition; variable
220 HasParsedType(false), NextInPosition(0), NextInPool(0) { in AttributeList()
239 NextInPosition(0), NextInPool(0) { in AttributeList()
257 NextInPosition(NULL), NextInPool(NULL) { in AttributeList()
275 NextInPosition(0), NextInPool(0) { in AttributeList()
289 NextInPosition(0), NextInPool(0) { in AttributeList()
345 AttributeList *getNext() const { return NextInPosition; } in getNext()
346 void setNext(AttributeList *N) { NextInPosition = N; } in setNext()