Lines Matching defs:members
309 /// This function ensures we are able to add members (nested types, functions,
342 // add members to it. Start the definition to make that possible. If the type
2148 // Parse members and base classes first
2536 std::vector<VariantMember> &members();
2626 std::vector<VariantMember> &VariantPart::members() { return this->_members; }
2876 // TODO: Support float/double static members as well.
2903 // Get the parent byte size so we can verify any members will fit
2911 // Handle static members, which are typically members without
2913 // for any union members (regardless of linkage).
2915 // data members with an DW_AT_external flag. Clang emits this consistently
2916 // whereas GCC emits it only for static data members if not part of an
2918 // data members is DW_AT_declaration, so we check it instead.
2920 // Starting with DWARFv5, static data members are marked DW_AT_variable so we
3036 // Don't turn artificial members such as vtable pointers into real FieldDecls
3037 // in our AST. Clang will re-create those articial members and they would
3218 // We don't want to create decls for such members
3616 // Is everything kosher so we can go through the members at top speed?
3731 // attributed to the members from the base class.
3814 for (auto member : variants.members()) {