Searched refs:isForwardDecl (Results 1 – 10 of 10) sorted by relevance
102 EXPECT_FALSE(CT.isForwardDecl()); in TEST()110 EXPECT_FALSE(CT.isForwardDecl()); in TEST()
590 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()636 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()794 if (!DTy->isForwardDecl()) in constructTypeDIE()1019 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()1021 else if (!CTy->isForwardDecl()) in constructTypeDIE()1026 if (CTy->isForwardDecl()) in constructTypeDIE()1033 if (!CTy->isForwardDecl()) in constructTypeDIE()
1572 if (!T || T->isForwardDecl()) in shouldEmitUdt()2217 if (Ty->isForwardDecl()) { in lowerTypeEnum()2375 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2402 if (!Ty->isForwardDecl()) in lowerTypeClass()2454 if (!Ty->isForwardDecl()) in lowerTypeUnion()2720 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
755 if (CTy->isForwardDecl()) in visitCompositeType()783 !CTy->getName().empty() && !CTy->isForwardDecl()) { in visitDerivedType()922 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2372 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2375 assert(!Res->isForwardDecl()); in completeType()2447 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2450 assert(!Res->isForwardDecl()); in completeClass()2546 if (T && T->isForwardDecl()) in completeRequiredType()3522 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3558 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()5646 assert(Ty->isForwardDecl()); in finalize()
381 bool isForwardDecl, bool isInternal,
1281 bool isForwardDecl = true; in CreateRecordType() local1283 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()1810 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
703 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
291 if (CT.isForwardDecl()) in addTypeRef()
725 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function