Searched refs:isForwardDecl (Results 1 – 9 of 9) sorted by relevance
583 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()631 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()777 if (!DTy->isForwardDecl()) in constructTypeDIE()971 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()973 else if (!CTy->isForwardDecl()) in constructTypeDIE()978 if (CTy->isForwardDecl()) in constructTypeDIE()982 if (!CTy->isForwardDecl()) in constructTypeDIE()
1498 if (!T || T->isForwardDecl()) in shouldEmitUdt()2110 if (Ty->isForwardDecl()) { in lowerTypeEnum()2267 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2294 if (!Ty->isForwardDecl()) in lowerTypeClass()2346 if (!Ty->isForwardDecl()) in lowerTypeUnion()2612 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()
2245 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2248 assert(!Res->isForwardDecl()); in completeType()2320 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2323 assert(!Res->isForwardDecl()); in completeClass()2419 if (T && T->isForwardDecl()) in completeRequiredType()3370 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3406 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()5091 assert(Ty->isForwardDecl()); in finalize()
380 bool isForwardDecl, bool isInternal,
1295 bool isForwardDecl = true; in CreateRecordType() local1297 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()1806 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
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