Searched defs:ClassInfo (Results 1 – 2 of 2) sorted by relevance
590 struct ClassInfo { struct592 explicit ClassInfo(ParserBase* parser) in ClassInfo() function611 ExpressionT extends;612 ClassPropertyListT public_members;613 ClassPropertyListT private_members;614 ClassStaticElementListT static_elements;615 ClassPropertyListT instance_fields;616 FunctionLiteralT constructor;618 bool has_seen_constructor;619 bool has_static_computed_names;[all …]
2090 struct llvm::ClassInfo { struct in llvm2091 struct MemberInfo {2096 using MemberList = std::vector<MemberInfo>;2098 using MethodsList = TinyPtrVector<const DISubprogram *>;2100 using MethodsMap = MapVector<MDString *, MethodsList>;2103 std::vector<const DIDerivedType *> Inheritance;2106 MemberList Members;2108 MethodsMap Methods;2110 TypeIndex VShapeTI;2112 std::vector<const DIType *> NestedTypes;