Searched refs:isForwardDecl (Results 1 – 6 of 6) sorted by relevance
836 if (GenerateDwarfTypeUnits && !Ty->isForwardDecl()) in getOrCreateTypeDIE()852 if (!Ty->getName().empty() && !Ty->isForwardDecl()) { in updateAcceleratorTables()976 if (!DTy->isForwardDecl()) in constructTypeDIE()1119 else if (!CTy->isForwardDecl()) in constructTypeDIE()1124 if (CTy->isForwardDecl()) in constructTypeDIE()1128 if (!CTy->isForwardDecl()) in constructTypeDIE()
320 bool isForwardDecl,
91 if (!P.second && !Ty->isForwardDecl()) in generateDITypeIdentifierMap()
1460 if (I == TypeCache.end() || !cast<llvm::MDType>(I->second)->isForwardDecl()) in completeType()1463 assert(!Res->isForwardDecl()); in completeType()1483 if (T && T->isForwardDecl()) in completeRequiredType()1493 if (I != TypeCache.end() && !cast<llvm::MDType>(I->second)->isForwardDecl()) in completeClassData()1496 assert(!Res->isForwardDecl()); in completeClassData()2215 if (T && !T->isForwardDecl()) in getOrCreateLimitedType()2247 if (T && (!T->isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()3375 assert(Ty->isForwardDecl()); in finalize()
1145 bool isForwardDecl = true; in CreateRecordType() local1147 return CreateObjCClass (name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()1735 bool isForwardDecl, in CreateObjCClass() argument
568 bool isForwardDecl() const { return getFlags() & FlagFwdDecl; }