Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDAttributeList.h694 void addAll(AttributeList *newList) { in addAll() argument
695 if (!newList) return; in addAll()
697 AttributeList *lastInNewList = newList; in addAll()
702 list = newList; in addAll()
705 void set(AttributeList *newList) { in set() argument
706 list = newList; in set()