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

References

tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  124   while (TL.getTypeLocClass() == TypeLoc::Elaborated ||
  125          TL.getTypeLocClass() == TypeLoc::Qualified)
  126     TL = TL.getNextTypeLoc();
  126     TL = TL.getNextTypeLoc();
  131   if (TL.getTypeLocClass() == TypeLoc::TemplateSpecialization) {
  132     return TL.castAs<TemplateSpecializationTypeLoc>()
  136   return TL.getEndLoc();