Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h61 struct FilePath { struct
65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() function
/freebsd-13.1/contrib/googletest/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
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange()
139 std::string FilePath; variable
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/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
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
H A DMemoryBuffer.cpp156 MemoryBuffer::getFileSlice(const Twine &FilePath, uint64_t MapSize, in getFileSlice()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/freebsd-13.1/contrib/llvm-project/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.cpp446 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
/freebsd-13.1/contrib/llvm-project/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
H A DAMDGPU.cpp83 StringRef FilePath = LI->path(); in scanLibDevicePath() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
435 const StringRef FilePath; member in __anonff523bc10211::MergedReplacement
/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp598 static Error writeELFBinaryToFile(StringRef FilePath, const IFSStub &Stub, in writeELFBinaryToFile()
653 Error writeBinaryStub(StringRef FilePath, const IFSStub &Stub, in writeBinaryStub()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp409 SmallString<128> FilePath; in printSourceLine() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp205 StringRef FilePath = File->getDir()->getName(); in computeRelativePath() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp169 SmallString<32> FilePath(LineRef.substr(Delimiter + 1)); in parseCrossTUIndex() local
/freebsd-13.1/stand/efi/include/
H A Defidevp.h418 FILEPATH_DEVICE_PATH FilePath; member
452 FILEPATH_DEVICE_PATH *FilePath; member
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp653 PrecompiledPreamble::TempPCHFile::TempPCHFile(std::string FilePath) in TempPCHFile()

12