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

References

tools/clang/include/clang/Parse/Parser.h
  263   AttributeFactory AttrFactory;
  407   AttributeFactory &getAttrFactory() { return AttrFactory; }
 1465     ParsedAttributesWithRange(AttributeFactory &factory)
tools/clang/include/clang/Sema/DeclSpec.h
  426   DeclSpec(AttributeFactory &attrFactory)
 1329     AttributeFactory *QualAttrFactory;
 1390         QualAttrFactory = new AttributeFactory();
tools/clang/include/clang/Sema/ParsedAttr.h
  603   AttributeFactory &Factory;
  625   AttributePool(AttributeFactory &factory) : Factory(factory) {}
  634   AttributeFactory &getFactory() const { return Factory; }
  674     void *memory = allocate(AttributeFactory::AvailabilityAllocSize);
  698     void *memory = allocate(AttributeFactory::TypeTagForDatatypeAllocSize);
  722     void *memory = allocate(AttributeFactory::PropertyAllocSize);
  826   ParsedAttributes(AttributeFactory &factory) : pool(factory) {}
tools/clang/lib/Parse/ParsePragma.cpp
  256   PragmaAttributeHandler(AttributeFactory &AttrFactory)
tools/clang/lib/Sema/ParsedAttr.cpp
   37   if (IsAvailability) return AttributeFactory::AvailabilityAllocSize;
   39     return AttributeFactory::TypeTagForDatatypeAllocSize;
   41     return AttributeFactory::PropertyAllocSize;
   73   return Alloc.Allocate(size, alignof(AttributeFactory));
tools/clang/lib/Sema/SemaDecl.cpp
13246         AttributeFactory attrs;
14166   AttributeFactory attrFactory;
tools/clang/lib/Sema/SemaDeclObjC.cpp
 1560   AttributeFactory attrFactory;
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   83     constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits
 1633     { typedef _Tp   type; };