| /src/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 72 FilePath() : pathname_("") {} in FilePath() function 73 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) {} in FilePath() function 74 FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {} in FilePath() function 76 explicit FilePath(std::string pathname) : pathname_(std::move(pathname)) { in FilePath() function
|
| /src/contrib/llvm-project/clang/include/clang/IndexSerialization/ |
| H A D | SerializablePathCollection.h | 60 struct FilePath { struct 64 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() argument
|
| /src/contrib/llvm-project/clang/lib/Tooling/Refactoring/ |
| H A D | AtomicChange.cpp | 41 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()
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange() 141 std::string FilePath; variable
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
| H A D | Diagnostic.h | 35 std::string FilePath; member 55 std::string FilePath; member
|
| H A D | Replacement.h | 140 std::string FilePath; variable
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | AllTUsExecution.h | 59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
| H A D | StandaloneExecution.h | 76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | MatchFilePath.cpp | 24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
|
| /src/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 572 SmallString<128> FilePath(Filename); in getBufferForFileImpl() local 592 SmallString<128> FilePath(Path); in getStatValue() local 602 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Process.cpp | 59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
|
| /src/contrib/llvm-project/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 62 exportToFile(const StringRef FilePath, in exportToFile()
|
| /src/sys/contrib/edk2/Include/Protocol/ |
| H A D | LoadedImage.h | 54 …EFI_DEVICE_PATH_PROTOCOL *FilePath; ///< A pointer to the file path portion specific to Devi… member
|
| /src/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Refactoring.cpp | 78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
|
| /src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | NaCl.cpp | 213 std::string FilePath(getDriver().Dir + "/../"); in NaClToolChain() local
|
| H A D | Cuda.cpp | 224 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local 240 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfCorrelator.h | 104 std::optional<std::string> FilePath; member
|
| /src/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | ExtractAPIConsumer.cpp | 69 SmallString<128> FilePath(File.begin(), File.end()); in getRelativeIncludeName() local 481 StringRef FilePath = FIF.getFile(); in PrepareToExecuteAction() local
|
| /src/contrib/llvm-project/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 396 static bool hasELFMagic(StringRef FilePath) { in hasELFMagic() 421 std::string FilePath; in findBinaries() local
|
| H A D | HTTPServer.cpp | 37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 89 SmallString<256> FilePath(SP.getDirectory()); in getFlagName() local
|
| /src/lib/libefivar/ |
| H A D | uefi-dputil.c | 890 FILEPATH_DEVICE_PATH *FilePath; in FileDevicePath() local
|
| /src/contrib/llvm-project/clang/lib/CrossTU/ |
| H A D | CrossTranslationUnit.cpp | 159 StringRef &FilePath) { in parseCrossTUIndexItem() 199 SmallString<32> FilePath(FilePathInIndex); in parseCrossTUIndex() local
|
| /src/contrib/llvm-project/clang/lib/Tooling/Core/ |
| H A D | Replacement.cpp | 47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement() 436 const StringRef FilePath; member in __anondc8ebdc20211::MergedReplacement
|
| /src/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | ELFObjHandler.cpp | 657 static Error writeELFBinaryToFile(StringRef FilePath, const IFSStub &Stub, in writeELFBinaryToFile() 712 Error writeBinaryStub(StringRef FilePath, const IFSStub &Stub, in writeBinaryStub()
|