Searched refs:canBeWeakImported (Results 1 – 3 of 3) sorted by relevance
474 bool Decl::canBeWeakImported(bool &IsDefinition) const { in canBeWeakImported() function in Decl506 if (!canBeWeakImported(IsDefinition)) in isWeakImported()
615 bool canBeWeakImported(bool &IsDefinition) const;
2284 if (!D->canBeWeakImported(isDef)) { in handleWeakImportAttr()