Searched refs:canBeWeakImported (Results 1 – 3 of 3) sorted by relevance
814 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl845 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
782 bool canBeWeakImported(bool &IsDefinition) const;
2748 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()