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

/external/clang/include/clang/Sema/
H A DAttributeList.h135 AttributeList *NextInPool; member in class:clang::AttributeList
223 HasParsedType(false), NextInPosition(nullptr), NextInPool(nullptr) {
242 NextInPosition(nullptr), NextInPool(nullptr) {
262 NextInPosition(nullptr), NextInPool(nullptr) {
280 NextInPosition(nullptr), NextInPool(nullptr) {
298 NextInPosition(nullptr), NextInPool(nullptr) {
312 NextInPosition(nullptr), NextInPool(nullptr) {
542 attr->NextInPool = Head;

Completed in 351 milliseconds