Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp69 void AttributeFactory::reclaimPool(AttributeList *cur) { in reclaimPool() function in AttributeFactory
/external/clang/include/clang/Sema/
DAttributeList.h574 void reclaimPool(AttributeList *head);
613 Factory.reclaimPool(Head); in clear()
627 if (Head) Factory.reclaimPool(Head); in ~AttributePool()