/netbsd-src/external/apache2/llvm/dist/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 61 struct FilePath { struct 65 FilePath(const DirPath &Dir, const StringPool::StringOffsetSize &Filename) in FilePath() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 64 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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
H A D | AtomicChange.h | 49 AtomicChange(llvm::StringRef FilePath, llvm::StringRef Key) in AtomicChange() 139 std::string FilePath; variable
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/ |
H A D | llvm-elfabi.cpp | 66 static Error writeTBE(StringRef FilePath, ELFStub &Stub) { in writeTBE() 96 static Expected<std::unique_ptr<ELFStub>> readInputFile(StringRef FilePath) { in readInputFile()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpibin/ |
H A D | abcompare.c | 204 char *FilePath) in AbDisplayHeader() 245 char *FilePath) in AbComputeChecksum()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
H A D | AllTUsExecution.h | 58 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
H A D | StandaloneExecution.h | 75 void mapVirtualFile(StringRef FilePath, StringRef Content) override { in mapVirtualFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | FileManager.cpp | 543 SmallString<128> FilePath(Filename); in getBufferForFileImpl() local 563 SmallString<128> FilePath(Path); in getStatValue() local 573 SmallString<128> FilePath(Path); in getNoncachedStatValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Process.cpp | 59 SmallString<128> FilePath(Dir); in FindInEnvPath() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ |
H A D | Refactoring.cpp | 78 const std::string &FilePath = FileAndReplaces.first; in formatAndApplyAllReplacements() local
|
H A D | JSONCompilationDatabase.cpp | 196 JSONCompilationDatabase::loadFromFile(StringRef FilePath, in loadFromFile()
|
H A D | Tooling.cpp | 427 void ClangTool::mapVirtualFile(StringRef FilePath, StringRef Content) { in mapVirtualFile()
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | sread.c | 39 IN OUT EFI_DEVICE_PATH **FilePath, in OpenSimpleReadFile()
|
H A D | dpath.c | 248 FILEPATH_DEVICE_PATH *FilePath; in FileDevicePath() local 440 IN EFI_DEVICE_PATH *FilePath, in LibDevicePathToInterface()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
H A D | NaCl.cpp | 216 std::string FilePath(getDriver().Dir + "/../"); in NaClToolChain() local
|
H A D | Cuda.cpp | 236 std::string FilePath = LibDevicePath + "/libdevice.10.bc"; in CudaInstallationDetector() local 252 StringRef FilePath = LI->path(); in CudaInstallationDetector() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Core/ |
H A D | Replacement.cpp | 47 Replacement::Replacement(StringRef FilePath, unsigned Offset, unsigned Length, in Replacement() 435 const StringRef FilePath; member in __anonf7f444380211::MergedReplacement
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 614 static Error writeELFBinaryToFile(StringRef FilePath, const ELFStub &Stub, in writeELFBinaryToFile() 669 Error writeBinaryStub(StringRef FilePath, const ELFStub &Stub, in writeBinaryStub()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 409 SmallString<128> FilePath; in printSourceLine() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | PPLexerChange.cpp | 203 StringRef FilePath = File->getDir()->getName(); in computeRelativePath() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ifs/ |
H A D | llvm-ifs.cpp | 182 static Expected<std::unique_ptr<IFSStub>> readInputFile(StringRef FilePath) { in readInputFile()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 165 SmallString<32> FilePath(LineRef.substr(Delimiter + 1)); in parseCrossTUIndex() local
|