Home
last modified time | relevance | path

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

/external/clang/lib/Tooling/
DTooling.cpp234 MappedFileContents[PathStorage] = Content; in mapVirtualFile()
263 for (const auto &It : MappedFileContents) { in run()
333 MappedFileContents.push_back(std::make_pair(FilePath, Content)); in mapVirtualFile()
373 for (const auto &MappedFile : MappedFileContents) in run()
418 for (const auto &MappedFile : MappedFileContents) in run()
/external/clang/include/clang/Tooling/
DTooling.h273 llvm::StringMap<StringRef> MappedFileContents; variable
344 std::vector< std::pair<StringRef, StringRef> > MappedFileContents; variable