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

References

tools/clang/tools/extra/modularize/ModularizeUtilities.cpp
  185         Dependent = DependentsList[Index];
  188           Dependent = HeaderDirectory;
  190           Dependent = CurrentDirectory;
  191         llvm::sys::path::append(Dependent, DependentsList[Index]);
  193       llvm::sys::path::native(Dependent);
  194       Dependents.push_back(getCanonicalPath(Dependent.str()));