Searched refs:isForwardDecl (Results 1 – 9 of 9) sorted by relevance
589 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()635 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()797 if (!DTy->isForwardDecl()) in constructTypeDIE()1021 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()1023 else if (!CTy->isForwardDecl()) in constructTypeDIE()1028 if (CTy->isForwardDecl()) in constructTypeDIE()1035 if (!CTy->isForwardDecl()) in constructTypeDIE()
1621 if (!T || T->isForwardDecl()) in shouldEmitUdt()2269 if (Ty->isForwardDecl()) { in lowerTypeEnum()2427 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2454 if (!Ty->isForwardDecl()) in lowerTypeClass()2506 if (!Ty->isForwardDecl()) in lowerTypeUnion()2772 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
776 if (CTy->isForwardDecl()) in visitCompositeType()791 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()961 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2494 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2497 assert(!Res->isForwardDecl()); in completeType()2569 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2576 assert(!Res->isForwardDecl()); in completeClass()2681 if (T && T->isForwardDecl()) in completeRequiredType()3685 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3721 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()5861 assert(Ty->isForwardDecl()); in finalize()
456 bool isForwardDecl, bool isInternal,
1283 bool isForwardDecl = true; in CreateRecordType() local1285 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()1850 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
291 if (CT.isForwardDecl()) in addTypeRef()
806 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
775 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function