|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Overrides
include/llvm/DebugInfo/PDB/IPDBEnumChildren.h 28 virtual ChildTypePtr getNext() = 0;
References
include/llvm/DebugInfo/PDB/PDBSymbol.h 126 return Enumerator->getNext();
lib/DebugInfo/PDB/PDBSymbolCompiland.cpp 48 while (auto Env = Envs->getNext()) {
lib/DebugInfo/PDB/PDBSymbolFunc.cpp 38 while (auto Child = DataChildren->getNext()) {
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp 50 auto FunctionArgSymbol = Enumerator->getNext();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 265 while (auto base = bases_enum->getNext()) {
517 while (auto enum_value = enum_values->getNext()) {
858 methods_enum->getNext()) {
943 arg_enum->getNext()) {
1184 while (auto nested = nested_enums->getNext())
1220 while (auto member = members_enum.getNext()) {
1289 while (auto base = bases_enum.getNext()) {
1335 while (std::unique_ptr<PDBSymbolFunc> method = methods_enum.getNext())
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 329 while (auto pdb_func_up = results_up->getNext()) {
526 while (auto result = results->getNext()) {
1116 while (auto result = results->getNext()) {
1155 while (auto pdb_data = results->getNext()) {
1209 while (auto pdb_func_up = results_up->getNext()) {
1270 while (auto pub_sym_up = results_up->getNext()) {
1390 while (auto pub_symbol = results->getNext()) {
tools/llvm-pdbutil/PrettyEnumDumper.cpp 53 while (auto EnumValue = EnumValues->getNext()) {
tools/llvm-pdbutil/PrettyExternalSymbolDumper.cpp 24 while (auto Var = Vars->getNext())
tools/llvm-pdbutil/PrettyTypeDumper.cpp 102 while (auto Class = E.getNext()) {
168 while (auto Child = Children->getNext()) {
250 while (auto Class = Classes->getNext()) {
tools/llvm-pdbutil/llvm-pdbutil.cpp 999 while (auto Child = Children->getNext()) {
1193 while (auto Compiland = Compilands->getNext())
1216 while (auto Compiland = Compilands->getNext())
1230 while (auto Function = Functions->getNext()) {
1236 while (auto Func = Functions->getNext())
1250 while (auto Var = Vars->getNext())
1254 while (auto Var = Vars->getNext())
1265 while (auto Thunk = Thunks->getNext())
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp 74 while (auto Compiland = Compilands->getNext())
77 while (auto Compiland = Compilands->getNext())
89 while (auto Compiland = Compilands->getNext())
122 while (auto Compiland = Compilands->getNext())