Searched refs:isForwardDecl (Results 1 – 7 of 7) sorted by relevance
609 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()669 if (Ty->isForwardDecl()) in updateAcceleratorTables()874 if (!DTy->isForwardDecl()) in constructTypeDIE()1198 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()1200 else if (!CTy->isForwardDecl()) in constructTypeDIE()1206 if (CTy->isForwardDecl()) in constructTypeDIE()1213 if (!CTy->isForwardDecl()) in constructTypeDIE()
1635 if (!T || T->isForwardDecl()) in shouldEmitUdt()2283 if (Ty->isForwardDecl()) { in lowerTypeEnum()2441 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2468 if (!Ty->isForwardDecl()) in lowerTypeClass()2520 if (!Ty->isForwardDecl()) in lowerTypeUnion()2786 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
871 if (CTy->isForwardDecl()) in visitCompositeType()892 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()1067 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2844 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2847 assert(!Res->isForwardDecl()); in completeType()2919 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2926 assert(!Res->isForwardDecl()); in completeClass()3031 if (T && T->isForwardDecl()) in completeRequiredType()4088 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()4124 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()6307 assert(Ty->isForwardDecl()); in finalize()
288 if (CT.isForwardDecl()) in addTypeRef()
1083 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
800 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function