Searched refs:isForwardDecl (Results 1 – 6 of 6) sorted by relevance
661 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()709 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()823 if (!DTy->isForwardDecl()) in constructTypeDIE()1015 else if (!CTy->isForwardDecl()) in constructTypeDIE()1020 if (CTy->isForwardDecl()) in constructTypeDIE()1024 if (!CTy->isForwardDecl()) in constructTypeDIE()
1453 if (!T || T->isForwardDecl()) in shouldEmitUdt()2056 if (Ty->isForwardDecl()) { in lowerTypeEnum()2203 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2230 if (!Ty->isForwardDecl()) in lowerTypeClass()2282 if (!Ty->isForwardDecl()) in lowerTypeUnion()2548 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
538 if (CTy->isForwardDecl()) in visitCompositeType()566 !CTy->isForwardDecl()) { in visitDerivedType()636 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
427 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
309 if (CT.isForwardDecl()) in addTypeRef()
651 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function