Searched refs:isForwardDecl (Results 1 – 9 of 9) sorted by relevance
655 if (DD->generateTypeUnits() && !Ty->isForwardDecl()) in getOrCreateTypeDIE()671 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()777 if (!DTy->isForwardDecl()) in constructTypeDIE()966 else if (!CTy->isForwardDecl()) in constructTypeDIE()971 if (CTy->isForwardDecl()) in constructTypeDIE()975 if (!CTy->isForwardDecl()) in constructTypeDIE()
1393 if (!T || T->isForwardDecl()) in shouldEmitUdt()1997 if (Ty->isForwardDecl()) { in lowerTypeEnum()2144 !Ty->isForwardDecl(); in shouldAlwaysEmitCompleteClassType()2171 if (!Ty->isForwardDecl()) in lowerTypeClass()2215 if (!Ty->isForwardDecl()) in lowerTypeUnion()2491 if (CTy->isForwardDecl()) in getCompleteTypeIndex()
1955 if (I == TypeCache.end() || !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeType()1958 assert(!Res->isForwardDecl()); in completeType()2030 if (I != TypeCache.end() && !cast<llvm::DIType>(I->second)->isForwardDecl()) in completeClass()2033 assert(!Res->isForwardDecl()); in completeClass()2099 if (T && T->isForwardDecl()) in completeRequiredType()2963 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()2994 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()4425 assert(Ty->isForwardDecl()); in finalize()
446 if (CTy->isForwardDecl()) in visitCompositeType()
342 bool isForwardDecl, bool isInternal,
420 if (!CT->isForwardDecl() || (Flags & DINode::FlagFwdDecl)) in buildODRType()
299 if (CT.isForwardDecl()) in addTypeRef()
1483 bool isForwardDecl = true; in CreateRecordType() local1485 return CreateObjCClass(name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()1848 bool isForwardDecl, in CreateObjCClass() argument
698 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }