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()796 if (!DTy->isForwardDecl()) in constructTypeDIE()1020 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()1022 else if (!CTy->isForwardDecl()) in constructTypeDIE()1027 if (CTy->isForwardDecl()) in constructTypeDIE()1034 if (!CTy->isForwardDecl()) in constructTypeDIE()
1591 if (!T || T->isForwardDecl()) in shouldEmitUdt()2236 if (Ty->isForwardDecl()) { in lowerTypeEnum()2394 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2421 if (!Ty->isForwardDecl()) in lowerTypeClass()2473 if (!Ty->isForwardDecl()) in lowerTypeUnion()2739 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
775 if (CTy->isForwardDecl()) in visitCompositeType()790 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()960 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2382 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2385 assert(!Res->isForwardDecl()); in completeType()2457 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2460 assert(!Res->isForwardDecl()); in completeClass()2556 if (T && T->isForwardDecl()) in completeRequiredType()3539 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3575 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()5687 assert(Ty->isForwardDecl()); in finalize()
393 bool isForwardDecl, bool isInternal,
1283 bool isForwardDecl = true; in CreateRecordType() local1285 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()1843 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
737 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
290 if (CT.isForwardDecl()) in addTypeRef()
764 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function