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

References

tools/clang/lib/AST/CXXInheritance.cpp
  421   for (Path.Decls = BaseRecord->lookup(Name);
  422        !Path.Decls.empty();
  423        Path.Decls = Path.Decls.slice(1)) {
  423        Path.Decls = Path.Decls.slice(1)) {
  424     if (Path.Decls.front()->isInIdentifierNamespace(IDNS_Tag))