Lines Matching refs:Visible
173 // Use the canonical number for externally visible decls.
197 assert(!RD->isExternallyVisible() && "RD must not be visible!");
2731 // because those guards are not externally visible, and instead use LLVM's
2735 bool Visible = VD->isExternallyVisible();
2736 if (Visible) {
2742 if (Visible && !getNextDiscriminator(VD, ScopeDepth))
2749 Mangler.getStream() << (Visible ? "@5" : "@4IA");