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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
 3410   if (die) {
 3411     clang::DeclContext *decl_ctx = GetCachedClangDeclContextForDIE(die);
 3416     switch (die.Tag()) {
 3424       decl_ctx = ResolveNamespaceDIE(die);
 3429       decl_ctx = GetDeclContextForBlock(die);
 3438       Type *type = die.GetDWARF()->ResolveType(die);
 3438       Type *type = die.GetDWARF()->ResolveType(die);
 3440         decl_ctx = GetCachedClangDeclContextForDIE(die);
 3444       LinkDeclContextToDIE(decl_ctx, die);