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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  243       return {context, uname};
  251       return {context, record.Name};
  256       context = GetOrCreateNamespaceDecl(str.c_str(), *context);
  256       context = GetOrCreateNamespaceDecl(str.c_str(), *context);
  258     return {context, uname};
  267   context = clang::TagDecl::castToDeclContext(parent_qt->getAsTagDecl());
  268   return {context, uname};