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

References

tools/clang/tools/extra/clang-change-namespace/ChangeNamespace.cpp
  575     while (Loc.getTypeLocClass() == TypeLoc::Qualified)
  576       Loc = Loc.getNextTypeLoc();
  576       Loc = Loc.getNextTypeLoc();
  577     if (Loc.getTypeLocClass() == TypeLoc::Elaborated) {
  579           Loc.castAs<ElaboratedTypeLoc>().getQualifierLoc();
  589     fixTypeLoc(Result, startLocationForType(Loc), endLocationForType(Loc), Loc);
  589     fixTypeLoc(Result, startLocationForType(Loc), endLocationForType(Loc), Loc);
  589     fixTypeLoc(Result, startLocationForType(Loc), endLocationForType(Loc), Loc);