Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/include/clang/IndexSerialization/
H A DSerializablePathCollection.h60 struct FilePath { struct
64 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() argument
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h72 FilePath() : pathname_("") {} in FilePath() function
74 FilePath(FilePath&& rhs) noexcept : pathname_(std::move(rhs.pathname_)) {} in FilePath() function
71 FilePath() : pathname_("") {} FilePath() function
[all...]
/freebsd-src/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-src/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() argument
183 combineReplacementsInChanges(llvm::StringRef FilePath,llvm::ArrayRef<AtomicChange> Changes) combineReplacementsInChanges() argument
213 AtomicChange(std::string Key,std::string FilePath,std::string Error,std::vector<std::string> InsertedHeaders,std::vector<std::string> RemovedHeaders,clang::tooling::Replacements Replaces) AtomicChange() argument
301 applyAtomicChanges(llvm::StringRef FilePath,llvm::StringRef Code,llvm::ArrayRef<AtomicChange> Changes,const ApplyChangesSpec & Spec) applyAtomicChanges() argument
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp574 return FS->getBufferForFile(FilePath, FileSize, RequiresNullTerminator, in getBufferForFileImpl() local
594 SmallString<128> FilePath(Path); getStatValue() local
604 SmallString<128> FilePath(Path); getNoncachedStatValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DProcess.cpp59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp62 exportToFile(const StringRef FilePath, in exportToFile()
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoring.cpp78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
H A DJSONCompilationDatabase.cpp193 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile() argument
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp213 std::string FilePath(getDriver().Dir + "/../"); in NaClToolChain() local
H A DCuda.cpp220 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; CudaInstallationDetector() local
236 StringRef FilePath = LI->path(); CudaInstallationDetector() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h104 std::optional<std::string> FilePath; member
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp69 SmallString<128> FilePath(File.begin(), File.end()); in getRelativeIncludeName() local
462 StringRef FilePath = FIF.getFile(); PrepareToExecuteAction() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DJMCInstrumenter.cpp89 SmallString<256> FilePath(SP.getDirectory()); in getFlagName() local
/freebsd-src/contrib/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp37 bool llvm::streamFile(HTTPServerRequest &Request, StringRef FilePath) { in streamFile()
H A DDebuginfod.cpp395 hasELFMagic(StringRef FilePath) hasELFMagic() argument
420 std::string FilePath; findBinaries() local
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement()
436 const StringRef FilePath; member in __anon7beab59f0211::MergedReplacement
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp159 StringRef &FilePath) { in parseCrossTUIndexItem()
199 SmallString<32> FilePath(FilePathInIndex); in parseCrossTUIndex() local
/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp657 static Error writeELFBinaryToFile(StringRef FilePath, const IFSStub &Stub, in writeELFBinaryToFile() argument
712 Error writeBinaryStub(StringRef FilePath, const IFSStub &Stub, in writeBinaryStub() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp240 TempPCHFile(std::string FilePath) TempPCHFile() argument
244 std::string FilePath; global() member in __anon643cc7b70111::TempPCHFile

12