Searched refs:NextInPosition (Results 1 – 1 of 1) sorted by relevance
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 162 AttributeList *NextInPosition; variable 246 NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 266 MessageExpr(messageExpr), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 285 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 302 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 320 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr){ in AttributeList() 334 HasProcessingCache(false), NextInPosition(nullptr), NextInPool(nullptr) { in AttributeList() 406 AttributeList *getNext() const { return NextInPosition; } in getNext() 407 void setNext(AttributeList *N) { NextInPosition = N; } in setNext()
|