Home
last modified time | relevance | path

Searched defs:AttributePool (Results 1 – 1 of 1) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DAttributeList.h317 friend class AttributePool; variable
516 friend class AttributePool; variable
552 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
555 AttributePool(AttributePool &pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function