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

References

tools/clang/lib/Tooling/Refactoring/Rename/USRLocFinder.cpp
  366         ParentTypeLoc = *TL;
  383         if (!ParentTypeLoc.isNull() &&
  384             isInUSRSet(getSupportedDeclFromTypeLoc(ParentTypeLoc)))
  406       if (!ParentTypeLoc.isNull()) {
  407         if (llvm::isa<ElaboratedType>(ParentTypeLoc.getType()))
  408           TargetLoc = ParentTypeLoc;
  418         if (!ParentTypeLoc.isNull() &&
  419             llvm::isa<ElaboratedType>(ParentTypeLoc.getType()))
  420           TargetLoc = ParentTypeLoc;