Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp236 for (auto &FilenameWithContent : VirtualMappedFiles) { in runToolOnCodeWithArgs() local
238 FilenameWithContent.first, 0, in runToolOnCodeWithArgs()
239 llvm::MemoryBuffer::getMemBuffer(FilenameWithContent.second)); in runToolOnCodeWithArgs()
668 for (auto &FilenameWithContent : VirtualMappedFiles) { in buildASTFromCodeWithArgs() local
670 FilenameWithContent.first, 0, in buildASTFromCodeWithArgs()
671 llvm::MemoryBuffer::getMemBuffer(FilenameWithContent.second)); in buildASTFromCodeWithArgs()