Searched defs:NextInPool (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DAttributeList.h107 AttributeList *NextInPool; member in class:clang::AttributeList
160 IsTypeTagForDatatype(false), NextInPosition(0), NextInPool(0) {
181 NextInPosition(0), NextInPool(0) {
199 IsTypeTagForDatatype(true), NextInPosition(NULL), NextInPool(NULL) {
410 attr->NextInPool = Head;

Completed in 467 milliseconds