Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DAttributeList.h339 friend class AttributePool; variable
564 friend class AttributePool; variable
600 AttributePool(AttributeFactory &factory) : Factory(factory), Head(nullptr) {} in AttributePool() function
605 AttributePool(AttributePool &&pool) : Factory(pool.Factory), Head(pool.Head) { in AttributePool() function
/external/llvm-project/clang/include/clang/Sema/
DParsedAttr.h279 friend class AttributePool; variable
630 class AttributePool; variable
671 friend class AttributePool; variable
715 AttributePool(AttributeFactory &factory) : Factory(factory) {} in AttributePool() function