reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/DeclBase.cpp
 1591       if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
 1591       if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&
 1592           (!ND->isFromASTFile() ||
 1595         makeDeclVisibleInContextImpl(ND, Internal);