Searched refs:isForwardDecl (Results 1 – 7 of 7) sorted by relevance
15 if (T && (!T.isForwardDecl() || !RD->getDefinition()))
928 if (!Ty.getName().empty() && !Ty.isForwardDecl()) { in getOrCreateTypeDIE()1006 if (!Ty.getName().empty() && !Ty.isForwardDecl() && in addGlobalType()1115 if (!DTy.isForwardDecl()) in constructTypeDIE()1160 return !CTy.isForwardDecl() && isTypeUnitScoped(CTy, DD); in shouldCreateTypeUnit()1309 else if (!CTy.isForwardDecl()) in constructTypeDIE()1314 if (CTy.isForwardDecl()) in constructTypeDIE()1318 if (!CTy.isForwardDecl()) in constructTypeDIE()
320 bool isForwardDecl,
1427 if (T && T.isForwardDecl()) in completeRequiredType()1439 assert(!Res.isForwardDecl()); in completeClassData()1493 if (FwdDecl.isForwardDecl()) in CreateTypeDefinition()2039 if (TC && TC.isForwardDecl()) in getOrCreateType()2064 if (!Res.isForwardDecl()) in getOrCreateType()2194 if (T && !T.isForwardDecl()) return T; in getOrCreateLimitedType()2204 if (T && T.isForwardDecl()) in getOrCreateLimitedType()2235 if (T && (!T.isForwardDecl() || !RD->getDefinition())) in CreateLimitedType()3283 if (Ty && Ty.isForwardDecl() && RepTy) in finalize()
1145 bool isForwardDecl = true; in CreateRecordType() local1147 return CreateObjCClass (name, decl_ctx, isForwardDecl, isInternal, metadata); in CreateRecordType()1741 bool isForwardDecl, in CreateObjCClass() argument
934 if (!P.second && !Ty.isForwardDecl()) in generateDITypeIdentifierMap()1290 if (isForwardDecl()) in printInternal()
300 bool isForwardDecl() const { return (getFlags() & FlagFwdDecl) != 0; } in isForwardDecl() function