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

References

tools/lldb/source/Symbol/SymbolContext.cpp
  953     m_type |= eLineStartSpecified;
  957     m_type |= eLineEndSpecified;
  979     m_type |= eModuleSpecified;
  990     m_type |= eFileSpecified;
  995       m_type |= eLineStartSpecified;
 1000       m_type |= eLineEndSpecified;
 1004     m_type |= eFunctionSpecified;
 1009     m_type = eClassOrNamespaceSpecified;
 1028   m_type = eNothingSpecified;
 1032   if (m_type == eNothingSpecified)
 1038   if (m_type & eModuleSpecified) {
 1051   if (m_type & eFileSpecified) {
 1079   if (m_type & eLineStartSpecified || m_type & eLineEndSpecified) {
 1079   if (m_type & eLineStartSpecified || m_type & eLineEndSpecified) {
 1084   if (m_type & eFunctionSpecified) {
 1118   if (m_type & eAddressRangeSpecified) {
 1134   if (m_type == eNothingSpecified) {
 1138   if (m_type == eModuleSpecified) {
 1147   if (m_type == eFileSpecified && m_file_spec_up != nullptr) {
 1151     if (m_type == eLineStartSpecified) {
 1153       if (m_type == eLineEndSpecified)
 1157     } else if (m_type == eLineEndSpecified) {
 1163   if (m_type == eLineStartSpecified) {
 1166     if (m_type == eLineEndSpecified)
 1171   } else if (m_type == eLineEndSpecified) {
 1175   if (m_type == eFunctionSpecified) {
 1180   if (m_type == eClassOrNamespaceSpecified) {
 1185   if (m_type == eAddressRangeSpecified && m_address_range_up != nullptr) {