Searched refs:shouldEmitInExternalSource (Results 1 – 7 of 7) sorted by relevance
1106 IsInNamedModule ? RD->shouldEmitInExternalSource() : !def; in getVTableLinkage()1241 return RD->shouldEmitInExternalSource(); in isVTableExternal()
2346 if (RD->shouldEmitInExternalSource()) in canSpeculativelyEmitVTable()
679 bool shouldEmitInExternalSource() const;
1173 bool Decl::shouldEmitInExternalSource() const { in shouldEmitInExternalSource() function in Decl
13029 if (VD->shouldEmitInExternalSource()) in DeclMustBeEmitted()
4351 assert(!RD->shouldEmitInExternalSource()); in PassInterestingDeclsToConsumer()
19088 if (VTablesUsed[Canonical] && !Class->shouldEmitInExternalSource()) in DefineUsedVTables()