Home
last modified time | relevance | path

Searched defs:NativeFile (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Host/
H A DFile.h380 NativeFile() : m_descriptor(kInvalidDescriptor), m_stream(kInvalidStream) {} in NativeFile() function
382 NativeFile(FILE *fh, bool transfer_ownership) in NativeFile() function
386 NativeFile(int fd, OpenOptions options, bool transfer_ownership) in NativeFile() function
/llvm-project/clang-tools-extra/include-cleaner/unittests/
H A DIncludeSpellerTest.cpp35 llvm::SmallString<32> NativeFile = File; in testPath() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DTestFS.cpp96 llvm::SmallString<32> NativeFile = File; in testPath() local