Home | History | Annotate | Download | only in AST

Lines Matching defs:IsDefinition

474 bool Decl::canBeWeakImported(bool &IsDefinition) const {
475 IsDefinition = false;
480 IsDefinition = true;
488 IsDefinition = true;
505 bool IsDefinition;
506 if (!canBeWeakImported(IsDefinition))