Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h697 AttributeList *lastInNewList = newList; in addAll() local
698 while (AttributeList *next = lastInNewList->getNext()) in addAll()
699 lastInNewList = next; in addAll()
701 lastInNewList->setNext(list); in addAll()