Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()