Searched refs:isForwardDecl (Results 1 – 7 of 7) sorted by relevance
582 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()630 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()776 if (!DTy->isForwardDecl()) in constructTypeDIE()967 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()969 else if (!CTy->isForwardDecl()) in constructTypeDIE()974 if (CTy->isForwardDecl()) in constructTypeDIE()978 if (!CTy->isForwardDecl()) in constructTypeDIE()
1498 if (!T || T->isForwardDecl()) in shouldEmitUdt()2110 if (Ty->isForwardDecl()) { in lowerTypeEnum()2266 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2293 if (!Ty->isForwardDecl()) in lowerTypeClass()2345 if (!Ty->isForwardDecl()) in lowerTypeUnion()2611 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
569 if (CTy->isForwardDecl()) in visitCompositeType()597 !CTy->getName().empty() && !CTy->isForwardDecl()) { in visitDerivedType()709 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2264 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2267 assert(!Res->isForwardDecl()); in completeType()2339 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2342 assert(!Res->isForwardDecl()); in completeClass()2438 if (T && T->isForwardDecl()) in completeRequiredType()3388 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3424 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()5090 assert(Ty->isForwardDecl()); in finalize()
643 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
306 if (CT.isForwardDecl()) in addTypeRef()
730 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function