Searched refs:isInExportDeclContext (Results 1 – 4 of 4) sorted by relevance
663 bool isInExportDeclContext() const;
1074 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
3908 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
1740 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()1741 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()