Searched refs:isForwardDecl (Results 1 – 9 of 9) sorted by relevance
587 if (DD->generateTypeUnits() && !Ty->isForwardDecl() && in createTypeDIE()643 if (Ty->isForwardDecl()) in updateAcceleratorTables()813 if (!DTy->isForwardDecl()) in constructTypeDIE()1054 (!CTy->isForwardDecl() || Tag == dwarf::DW_TAG_enumeration_type)) in constructTypeDIE()1056 else if (!CTy->isForwardDecl()) in constructTypeDIE()1061 if (CTy->isForwardDecl()) in constructTypeDIE()1068 if (!CTy->isForwardDecl()) in constructTypeDIE()
1621 if (!T || T->isForwardDecl()) in addToUDTs() 2269 if (Ty->isForwardDecl()) { in lowerTypeEnum() 2427 !Ty->isForwardDecl(); in lowerTypeClass() 2454 if (!Ty->isForwardDecl()) in lowerCompleteTypeClass() 2506 if (!Ty->isForwardDecl()) in lowerCompleteTypeUnion() 2772 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
777 if (CTy->isForwardDecl()) in visitCompositeType()792 !CTy->getName().empty() && !CTy->isForwardDecl()) in IsForwardDeclCandidate()962 if (Tag != dwarf::DW_TAG_structure_type || CTy->isForwardDecl()) in visitMapDefType()
2620 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()2623 assert(!Res->isForwardDecl()); in completeType()2695 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2702 assert(!Res->isForwardDecl()); in completeClass()2807 if (T && T->isForwardDecl()) in completeRequiredType()3838 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()3874 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()6044 assert(Ty->isForwardDecl()); in finalize()
461 bool isForwardDecl, bool isInternal,
1231 bool isForwardDecl = true; in CreateRecordType() local1233 return CreateObjCClass(name, decl_ctx, owning_module, isForwardDecl, in CreateRecordType()1801 OptionalClangModuleID owning_module, bool isForwardDecl, bool isInternal, in CreateObjCClass() argument
291 if (CT.isForwardDecl()) in addTypeRef()
816 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
776 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; } in isForwardDecl() function