Searched refs:canBeWeakImported (Results 1 – 3 of 3) sorted by relevance
543 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl575 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
640 bool canBeWeakImported(bool &IsDefinition) const;
2539 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()