Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DTooling.cpp428 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()
460 for (const auto &MappedFile : MappedFileContents) in run()
526 for (const auto &MappedFile : MappedFileContents) in run()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h376 std::vector<std::pair<StringRef, StringRef>> MappedFileContents; variable