Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
664 for (auto &FilenameWithContent : VirtualMappedFiles) { in buildASTFromCodeWithArgs() local
666 FilenameWithContent.first, 0, in buildASTFromCodeWithArgs()
667 llvm::MemoryBuffer::getMemBuffer(FilenameWithContent.second)); in buildASTFromCodeWithArgs()