Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp491 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()
523 for (const auto &MappedFile : MappedFileContents) in run()
589 for (const auto &MappedFile : MappedFileContents) in run()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h394 std::vector<std::pair<StringRef, StringRef>> MappedFileContents; variable