Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp271 std::map<std::string, std::string> FileToContent; in TEST() local
277 FileToContent[File] = "void " + Symbol + "() {}"; in TEST()
283 for (const auto &FileAndContent : FileToContent) { in TEST()