Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Path

38 #include "llvm/Support/Path.h"
245 // Set up the module path, including the hash for the
250 llvm::sys::path::append(SpecificModuleCache,
286 void CompilerInstance::createPCHExternalASTSource(StringRef Path,
292 Source.reset(createPCHExternalASTSource(Path, getHeaderSearchOpts().Sysroot,
303 CompilerInstance::createPCHExternalASTSource(StringRef Path,
318 switch (Reader->ReadAST(Path,
442 llvm::sys::Path(it->Filename).eraseFromDisk();
499 llvm::sys::Path Path(InFile);
500 Path.eraseSuffix();
501 Path.appendSuffix(Extension);
502 OutFile = Path.str();
511 llvm::sys::Path OutPath(OutFile);
541 llvm::sys::RemoveFileOnSignal(llvm::sys::Path(OSFile));
967 // Note that this module is part of the module build path, so that we