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

References

tools/clang/lib/AST/CXXInheritance.cpp
  511   for (Path.Decls = BaseRecord->lookup(Name);
  512        !Path.Decls.empty();
  513        Path.Decls = Path.Decls.slice(1)) {
  513        Path.Decls = Path.Decls.slice(1)) {
  515     if (isa<TypedefNameDecl>(Path.Decls.front()) ||
  516         Path.Decls.front()->isInIdentifierNamespace(IDNS_Tag))