Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp244 for (auto &FilenameWithContent : VirtualMappedFiles) { in runToolOnCodeWithArgs() local
246 FilenameWithContent.first, 0, in runToolOnCodeWithArgs()
247 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()