Searched refs:isInExportDeclContext (Results 1 – 4 of 4) sorted by relevance
641 bool isInExportDeclContext() const;
1016 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
3887 D->isInExportDeclContext()) { in ArgumentDependentLookup()
1709 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()1710 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()