Searched refs:getUdtKind (Results 1 – 14 of 14) sorted by relevance
52 if (getUdtKind() != PDB_UdtType::Union) in dump()56 dumpSymbolField(OS, "udtKind", getUdtKind(), Indent); in dump()110 PDB_UdtType NativeTypeUDT::getUdtKind() const { in getUdtKind() function in NativeTypeUDT112 return UnmodifiedType->getUdtKind(); in getUdtKind()
403 PDB_UdtType NativeRawSymbol::getUdtKind() const { in getUdtKind() function in NativeRawSymbol
40 FORWARD_SYMBOL_METHOD(getUdtKind)
43 FORWARD_SYMBOL_METHOD(getUdtKind)
45 FORWARD_SYMBOL_METHOD(getUdtKind)
169 virtual PDB_UdtType getUdtKind() const = 0;
46 PDB_UdtType getUdtKind() const override;
147 PDB_UdtType getUdtKind() const override;
191 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in printClassDecl()355 << Class.getClass().getUdtKind() << " "; in dumpClassLayout()
61 WithColor(Printer, PDB_ColorItem::Keyword).get() << Class.getUdtKind() << " "; in prettyPrintClassIntro()
142 PDB_UdtType getUdtKind() const override;
255 return GetDefaultAccessibilityForUdtKind(parent_udt->getUdtKind()); in GetAccessibilityForUdt()415 auto tag_type_kind = TranslateUdtKind(udt->getUdtKind()); in CreateLLDBTypeFromPDBType()1215 TranslateUdtKind(udt.getUdtKind()), *bases_enum, in CompleteTypeFromUDT()
1602 can_parse = (udt->getUdtKind() != PDB_UdtType::Interface && in GetTypesForPDBSymbol()
933 PDB_UdtType DIARawSymbol::getUdtKind() const { in getUdtKind() function in DIARawSymbol