Home
last modified time | relevance | path

Searched refs:isAllDefaultVisibilityExportMapping (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h682 bool isAllDefaultVisibilityExportMapping() const { in isAllDefaultVisibilityExportMapping() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h852 (getLangOpts().isAllDefaultVisibilityExportMapping() || in shouldMapVisibilityToDLLExport()
H A DMicrosoftCXXABI.cpp53 CGM.getLangOpts().isAllDefaultVisibilityExportMapping()) && in MicrosoftCXXABI()