Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp140 for (auto &FilenameWithContent : VirtualMappedFiles) { in runToolOnCodeWithArgs() local
141 Invocation.mapVirtualFile(FilenameWithContent.first, in runToolOnCodeWithArgs()
142 FilenameWithContent.second); in runToolOnCodeWithArgs()