Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp412 TimerFile(WallTimer &Timer, std::unique_ptr<File> InnerFile) in TimerFile()
433 std::unique_ptr<llvm::vfs::File> InnerFile; member in clang::clangd::__anoncf7fbb130111::TimerFile
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2346 std::unique_ptr<File> InnerFile; member in __anon2f7918780d11::FileWithFixedStatus
2350 FileWithFixedStatus(std::unique_ptr<File> InnerFile, Status S) in FileWithFixedStatus()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DCommandLineTest.cpp1000 StringRef InnerFile = "dir/inner.rsp"; in TEST() local