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

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  817   uint32_t sym_id = symbol.getSymIndexId();
  828   auto tag = symbol.getSymTag();
  830     const IPDBSession &session = symbol.getSession();
  831     const IPDBRawSymbol &raw = symbol.getRawSymbol();
  850       if (auto func = llvm::dyn_cast_or_null<PDBSymbolFunc>(&symbol)) {
  883   switch (symbol.getSymTag()) {
  885     auto data = llvm::dyn_cast<PDBSymbolData>(&symbol);
  888     auto decl_context = GetDeclContextContainingSymbol(symbol);
  919     auto func = llvm::dyn_cast<PDBSymbolFunc>(&symbol);
  922     auto decl_context = GetDeclContextContainingSymbol(symbol);