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

Declarations

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
   51   clang::Decl *GetDeclForSymbol(const llvm::pdb::PDBSymbol &symbol);

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  978         llvm::dyn_cast_or_null<clang::FunctionDecl>(GetDeclForSymbol(symbol));
 1098       GetDeclForSymbol(*child);
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  315   clang_type_system->GetPDBParser()->GetDeclForSymbol(pdb_func);
  637   auto decl = pdb->GetDeclForSymbol(*symbol);
 1086             ast->GetDeclForSymbol(*pdb_data);