Home
last modified time | relevance | path

Searched refs:OverlayFiles (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DAllTUsExecution.h59 OverlayFiles[FilePath] = std::string(Content); in mapVirtualFile()
68 llvm::StringMap<std::string> OverlayFiles; variable
/llvm-project-15.0.7/clang/lib/Tooling/
H A DAllTUsExecution.cpp132 for (const auto &FileAndContent : OverlayFiles) in execute()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp296 TEST(VirtualFileSystemTest, OverlayFiles) { in TEST() argument