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

References

tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  929     scope = eValueTypeVariableGlobal;
  933     scope = eValueTypeVariableLocal;
  936     scope = eValueTypeVariableStatic;
  940     scope = eValueTypeVariableStatic;
  943     scope = eValueTypeVariableStatic;
  946     scope = eValueTypeVariableArgument;
  949     scope = eValueTypeConstResult;
  957     scope = eValueTypeVariableThreadLocal;
  962       scope = eValueTypeVariableArgument;
  988   if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) {
  988   if (scope == eValueTypeVariableLocal || scope == eValueTypeVariableArgument) {
 1022       var_uid, var_name.c_str(), mangled_cstr, type_sp, scope, context_scope,