Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clangd/
H A DPreamble.cpp450 TimerFile(WallTimer &Timer, std::unique_ptr<File> InnerFile) in TimerFile() argument
471 std::unique_ptr<llvm::vfs::File> InnerFile; member in clang::clangd::__anon0b7b15160111::TimerFile
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2502 std::unique_ptr<File> InnerFile; global() member in __anoneadfb2db0d11::FileWithFixedStatus
2506 FileWithFixedStatus(std::unique_ptr<File> InnerFile,Status S) FileWithFixedStatus() argument
/llvm-project/llvm/unittests/Support/
H A DCommandLineTest.cpp1063 StringRef InnerFile = "dir/inner.rsp"; TEST() local