reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/ParsedAttr.h
  540 class AttributePool;

References

tools/clang/include/clang/Sema/DeclSpec.h
  745   AttributePool &getAttributePool() const {
 1873   AttributePool &getAttributePool() const {
tools/clang/include/clang/Sema/ParsedAttr.h
  593   void reclaimPool(AttributePool &head);
  621   void takePool(AttributePool &pool);
  627   AttributePool(const AttributePool &) = delete;
  632   AttributePool(AttributePool &&pool) = default;
  642   void takeAllFrom(AttributePool &pool) {
  829   AttributePool &getPool() const { return pool; }
  927   mutable AttributePool pool;
tools/clang/lib/Parse/ParseObjc.cpp
 1395   AttributePool allParamAttrs(AttrFactory);
tools/clang/lib/Sema/ParsedAttr.cpp
   93 void AttributeFactory::reclaimPool(AttributePool &cur) {
   98 void AttributePool::takePool(AttributePool &pool) {