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

References

tools/clang/lib/Frontend/FrontendAction.cpp
  369       if (!llvm::StringSwitch<bool>(llvm::sys::path::extension(Dir->path()))
  374       auto Header = FileMgr.getFile(Dir->path());
  387       auto PathIt = llvm::sys::path::rbegin(Dir->path());
tools/clang/lib/Lex/ModuleMap.cpp
 2424       if (auto FE = SourceMgr.getFileManager().getFile(I->path())) {
 2426         Module::Header Header = {I->path(), *FE};
tools/clang/lib/Lex/PPLexerChange.cpp
  285     if (!StringSwitch<bool>(llvm::sys::path::extension(Entry->path()))
  290     if (auto Header = getFileManager().getFile(Entry->path()))
unittests/Support/VirtualFileSystemTest.cpp
  616     Contents.push_back(I->path());
  656       Contents.push_back(I->path());
  657       char last = I->path().back();
  681       Contents.push_back(I->path());
  682       char last = I->path().back();
  735     (FS->status(I->path()) ? VisitedNonBrokenSymlinks : VisitedBrokenSymlinks)
  736         .push_back(I->path());
  759     InputToCheck.push_back(I->path());
 1327     Nodes.push_back(getPosixPath(I->path()));