Searched refs:canBeWeakImported (Results 1 – 3 of 3) sorted by relevance
688 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl719 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
712 bool canBeWeakImported(bool &IsDefinition) const;
2977 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()