/freebsd/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
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Process.cpp | 59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/ |
H A D | llvm-sim.cpp | 62 exportToFile(const StringRef FilePath, in exportToFile()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProfCorrelator.h | 91 std::optional<std::string> FilePath; global() member
|
/freebsd/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
|
/freebsd/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() argument
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | JMCInstrumenter.cpp | 89 SmallString<256> FilePath(SP.getDirectory()); in getFlagName() local
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Cuda.cpp | 224 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local 240 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 242 TempPCHFile(std::string FilePath) : FilePath(std::move(FilePath)) { in TempPCHFile() 246 std::string FilePath; member in __anon90aee0a50111::TempPCHFile
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 417 SmallString<128> FilePath; in printSourceLine() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 229 StringRef FilePath = File.getDir().getName(); in computeRelativePath() local
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | OutputSections.h | 138 StringEntry *FilePath = nullptr; member
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfCorrelator.cpp | 402 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl() local
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 601 static bool isIgnored(StringRef FilePath) { in isIgnored()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | DwarfTransformer.cpp | 327 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable() local
|