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