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

References

tools/clang/lib/Lex/ModuleMap.cpp
  191     unsigned FullPathLength = FullPathName.size();
  197     llvm::sys::path::append(FullPathName, RelativePathName);
  198     if (auto *File = GetFile(FullPathName))
  211     FullPathName.resize(FullPathLength);
  214     llvm::sys::path::append(FullPathName, RelativePathName);
  215     return GetFile(FullPathName);
  229   llvm::sys::path::append(FullPathName, RelativePathName);
  230   auto *NormalHdrFile = GetFile(FullPathName);
  236     FullPathName.assign(Directory->getName());