Searched refs:isInExportDeclContext (Results 1 – 5 of 5) sorted by relevance
172 EXPECT_TRUE(f->isInExportDeclContext()); in TEST()
630 bool isInExportDeclContext() const;
1000 bool Decl::isInExportDeclContext() const { in isInExportDeclContext() function in Decl
3875 D->isInExportDeclContext()) { in ArgumentDependentLookup()
1679 bool IsNewExported = New->isInExportDeclContext(); in CheckRedeclarationExported()1680 bool IsOldExported = Old->isInExportDeclContext(); in CheckRedeclarationExported()