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

Declarations

tools/lldb/include/lldb/Symbol/ClangASTContext.h
  344   GetUniqueNamespaceDeclaration(const char *name, clang::DeclContext *decl_ctx,

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3550       namespace_decl = m_ast.GetUniqueNamespaceDeclaration(
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  809   return m_clang.GetUniqueNamespaceDeclaration(
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
 1064           m_ast.GetUniqueNamespaceDeclaration(namespace_name_c_str,
tools/lldb/source/Symbol/ClangASTContext.cpp
 1871   return ast_ctx->GetUniqueNamespaceDeclaration(name, decl_ctx, is_inline);