Searched refs:shouldEmitInExternalSource (Results 1 – 7 of 7) sorted by relevance
1098 IsInNamedModule ? RD->shouldEmitInExternalSource() : !def; in getVTableLinkage()1231 return RD->shouldEmitInExternalSource(); in isVTableExternal()
2318 if (RD->shouldEmitInExternalSource()) in canSpeculativelyEmitVTable()
678 bool shouldEmitInExternalSource() const;
1152 bool Decl::shouldEmitInExternalSource() const { in shouldEmitInExternalSource() function in Decl
12395 if (VD->shouldEmitInExternalSource()) in DeclMustBeEmitted()
4249 assert(!RD->shouldEmitInExternalSource()); in PassInterestingDeclsToConsumer()
18573 if (VTablesUsed[Canonical] && !Class->shouldEmitInExternalSource()) in DefineUsedVTables()