reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
618 if (DC->isFunctionOrMethod() && D->hasLinkage()) 619 while (!DC->isNamespace() && !DC->isTranslationUnit()) 619 while (!DC->isNamespace() && !DC->isTranslationUnit()) 620 DC = getEffectiveParentContext(DC); 620 DC = getEffectiveParentContext(DC); 621 if (DC->isTranslationUnit() && D->getFormalLinkage() != InternalLinkage &&