Searched refs:isInExportDeclContext (Results 1 – 6 of 6) sorted by relevance
665 bool isInExportDeclContext() const;
1126 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
2257 bool isExport = FD->isInExportDeclContext(); in RunOnTranslationUnit()2260 if (Redecl->isInExportDeclContext()) { in RunOnTranslationUnit()
3936 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
1686 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()1687 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()
1768 if (Context.getLangOpts().HLSL && !D->isInExportDeclContext()) { in setGlobalVisibility()