Home | History | Annotate | Download | only in AST

Lines Matching refs:IsDefinition

433 bool Decl::canBeWeakImported(bool &IsDefinition) const {
434 IsDefinition = false;
439 IsDefinition = true;
447 IsDefinition = true;
464 bool IsDefinition;
465 if (!canBeWeakImported(IsDefinition))