Home
last modified time | relevance | path

Searched defs:FilePath (Results 1 – 25 of 39) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h61 struct FilePath { struct
65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h64 FilePath() : pathname_("") { } in FilePath() function
65 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function
67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange()
139 std::string FilePath; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp41 std::string FilePath; member
144 createReplacementsForHeaders(llvm::StringRef FilePath, llvm::StringRef Code, in createReplacementsForHeaders()
183 combineReplacementsInChanges(llvm::StringRef FilePath, in combineReplacementsInChanges()
213 AtomicChange::AtomicChange(std::string Key, std::string FilePath, in AtomicChange()
301 applyAtomicChanges(llvm::StringRef FilePath, llvm::StringRef Code, in applyAtomicChanges()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A Dllvm-elfabi.cpp66 static Error writeTBE(StringRef FilePath, ELFStub &Stub) { in writeTBE()
96 static Expected<std::unique_ptr<ELFStub>> readInputFile(StringRef FilePath) { in readInputFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Core/
H A DDiagnostic.h35 std::string FilePath; member
55 std::string FilePath; member
H A DReplacement.h140 std::string FilePath; variable
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpibin/
H A Dabcompare.c204 char *FilePath) in AbDisplayHeader()
245 char *FilePath) in AbComputeChecksum()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DAllTUsExecution.h58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp543 SmallString<128> FilePath(Filename); in getBufferForFileImpl() local
563 SmallString<128> FilePath(Path); in getStatValue() local
573 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DRefactoring.cpp78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
H A DJSONCompilationDatabase.cpp196 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
H A DTooling.cpp427 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c39 IN OUT EFI_DEVICE_PATH **FilePath, in OpenSimpleReadFile()
H A Ddpath.c248 FILEPATH_DEVICE_PATH *FilePath; in FileDevicePath() local
440 IN EFI_DEVICE_PATH *FilePath, in LibDevicePathToInterface()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DNaCl.cpp216 std::string FilePath(getDriver().Dir + "/../"); in NaClToolChain() local
H A DCuda.cpp236 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local
252 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
435 const StringRef FilePath; member in __anonf7f444380211::MergedReplacement
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp614 static Error writeELFBinaryToFile(StringRef FilePath, const ELFStub &Stub, in writeELFBinaryToFile()
669 Error writeBinaryStub(StringRef FilePath, const ELFStub &Stub, in writeBinaryStub()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp409 SmallString<128> FilePath; in printSourceLine() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp203 StringRef FilePath = File->getDir()->getName(); in computeRelativePath() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/
H A Dllvm-ifs.cpp182 static Expected<std::unique_ptr<IFSStub>> readInputFile(StringRef FilePath) { in readInputFile()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp165 SmallString<32> FilePath(LineRef.substr(Delimiter + 1)); in parseCrossTUIndex() local

12