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

References

tools/clang/lib/Tooling/Core/Lookup.cpp
  130   assert(QName.endswith(Spelling));
  131   if (Spelling.startswith("::"))
  132     return Spelling;
  134   auto UnspelledSpecifier = QName.drop_back(Spelling.size());
  171   std::string Disambiguated = Spelling;