Home
last modified time | relevance | path

Searched refs:shouldEmitInExternalSource (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.cpp1098 IsInNamedModule ? RD->shouldEmitInExternalSource() : !def; in getVTableLinkage()
1231 return RD->shouldEmitInExternalSource(); in isVTableExternal()
H A DItaniumCXXABI.cpp2318 if (RD->shouldEmitInExternalSource()) in canSpeculativelyEmitVTable()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h678 bool shouldEmitInExternalSource() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1152 bool Decl::shouldEmitInExternalSource() const { in shouldEmitInExternalSource() function in Decl
H A DASTContext.cpp12395 if (VD->shouldEmitInExternalSource()) in DeclMustBeEmitted()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4249 assert(!RD->shouldEmitInExternalSource()); in PassInterestingDeclsToConsumer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp18573 if (VTablesUsed[Canonical] && !Class->shouldEmitInExternalSource()) in DefineUsedVTables()