Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Path

37 #include "llvm/Support/Path.h"
266 void CompilerInstance::createPCHExternalASTSource(llvm::StringRef Path,
272 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
283 CompilerInstance::createPCHExternalASTSource(llvm::StringRef Path,
298 switch (Reader->ReadAST(Path,
421 llvm::sys::Path(it->Filename).eraseFromDisk();
475 llvm::sys::Path Path(InFile);
476 Path.eraseSuffix();
477 Path.appendSuffix(Extension);
478 OutFile = Path.str();
484 llvm::sys::Path OutPath(OutFile);
491 llvm::sys::Path TempPath(OutFile);
509 llvm::sys::RemoveFileOnSignal(llvm::sys::Path(OSFile));