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

Declarations

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
   56   GetDeclContextContainingSymbol(const llvm::pdb::PDBSymbol &symbol);

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  402     auto decl_context = GetDeclContextContainingSymbol(type);
  478     auto decl_context = GetDeclContextContainingSymbol(type);
  551     auto decl_ctx = GetDeclContextContainingSymbol(type);
  888     auto decl_context = GetDeclContextContainingSymbol(symbol);
  922     auto decl_context = GetDeclContextContainingSymbol(symbol);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  697   auto decl_context = pdb->GetDeclContextContainingSymbol(*symbol);