Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DAllTUsExecution.cpp132 for (const auto &FileAndContent : OverlayFiles) in execute() local
133 Tool.mapVirtualFile(FileAndContent.first(), in execute()
134 FileAndContent.second); in execute()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DExecutionTest.cpp283 for (const auto &FileAndContent : FileToContent) { in TEST() local
284 Executor.mapVirtualFile(FileAndContent.first, FileAndContent.second); in TEST()