Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp241 for (auto &FilenameWithContent : VirtualMappedFiles) { in runToolOnCodeWithArgs() local
243 FilenameWithContent.first, 0, in runToolOnCodeWithArgs()
244 llvm::MemoryBuffer::getMemBuffer(FilenameWithContent.second)); in runToolOnCodeWithArgs()
710 for (auto &FilenameWithContent : VirtualMappedFiles) { in buildASTFromCodeWithArgs() local
712 FilenameWithContent.first, 0, in buildASTFromCodeWithArgs()
713 llvm::MemoryBuffer::getMemBuffer(FilenameWithContent.second)); in buildASTFromCodeWithArgs()