Home | History | Annotate | Download | only in AST

Lines Matching defs:IsDefinition

543 bool Decl::canBeWeakImported(bool &IsDefinition) const {
544 IsDefinition = false;
549 IsDefinition = true;
557 IsDefinition = true;
574 bool IsDefinition;
575 if (!canBeWeakImported(IsDefinition))