Home
last modified time | relevance | path

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

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