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

References

tools/lldb/source/Symbol/SymbolContext.cpp
 1035   if (m_target_sp.get() != sc.target_sp.get())
 1039     if (sc.module_sp) {
 1041         if (m_module_sp.get() != sc.module_sp.get())
 1045         if (!FileSpec::Equal(module_file_spec, sc.module_sp->GetFileSpec(),
 1055       if (sc.block == nullptr && sc.comp_unit == nullptr)
 1055       if (sc.block == nullptr && sc.comp_unit == nullptr)
 1060       if (sc.block != nullptr) {
 1062             sc.block->GetInlinedFunctionInfo();
 1073       if (!was_inlined && sc.comp_unit != nullptr) {
 1074         if (!FileSpec::Equal(*(sc.comp_unit), *(m_file_spec_up.get()), false))
 1080     if (sc.line_entry.line < m_start_line || sc.line_entry.line > m_end_line)
 1080     if (sc.line_entry.line < m_start_line || sc.line_entry.line > m_end_line)
 1090     if (sc.block != nullptr) {
 1092           sc.block->GetInlinedFunctionInfo();
 1096         if (!name.NameMatches(func_name, sc.function->GetLanguage()))
 1102       if (sc.function != nullptr) {
 1103         if (!sc.function->GetMangled().NameMatches(func_name,
 1104                                                    sc.function->GetLanguage()))
 1106       } else if (sc.symbol != nullptr) {
 1107         if (!sc.symbol->GetMangled().NameMatches(func_name,
 1108                                                  sc.symbol->GetLanguage()))