Searched refs:isInExportDeclContext (Results 1 – 5 of 5) sorted by relevance
733 bool isExport = FD->isInExportDeclContext(); in RunOnTranslationUnit()736 if (Redecl->isInExportDeclContext()) { in RunOnTranslationUnit()
3842 if (D->isInExportDeclContext()) { in ArgumentDependentLookup()
1669 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()1670 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()
664 bool isInExportDeclContext() const;
1113 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl