Home
last modified time | relevance | path

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

12

/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h72 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 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()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h49 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 DDiagnostic.h35 std::string FilePath; member
55 std::string FilePath; member
H A DReplacement.h140 std::string FilePath; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
H A DStandaloneExecution.h76 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp572 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 DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h91 std::optional<std::string> FilePath; global() member
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp69 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 DDebuginfod.cpp396 static bool hasELFMagic(StringRef FilePath) { in hasELFMagic()
421 std::string FilePath; in findBinaries() local
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp89 SmallString<256> FilePath(SP.getDirectory()); in getFlagName() local
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp657 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 DCuda.cpp224 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 DPrecompiledPreamble.cpp242 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 DJSONCompilationDatabase.cpp193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp417 SmallString<128> FilePath; in printSourceLine() local
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp229 StringRef FilePath = File.getDir().getName(); in computeRelativePath() local
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DOutputSections.h138 StringEntry *FilePath = nullptr; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp402 auto FilePath = FnDie.getDeclFile( in correlateProfileDataImpl() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp601 static bool isIgnored(StringRef FilePath) { in isIgnored()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp327 std::string FilePath = Die.getDeclFile( in convertFunctionLineTable() local

12