Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp226 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
255 for (const auto &It : MappedFileContents) { in run()
325 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()
359 for (const auto &MappedFile : MappedFileContents) in run()
404 for (const auto &MappedFile : MappedFileContents) in run()
/external/clang/include/clang/Tooling/
DTooling.h268 llvm::StringMap<StringRef> MappedFileContents; variable
339 std::vector< std::pair<StringRef, StringRef> > MappedFileContents; variable