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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DTooling.cpp194 MappedFileContents[PathStorage] = Content;
223 It = MappedFileContents.begin(), End = MappedFileContents.end();
304 MappedFileContents.push_back(std::make_pair(FilePath, Content));
359 for (int I = 0, E = MappedFileContents.size(); I != E; ++I) {
360 Invocation.mapVirtualFile(MappedFileContents[I].first,
361 MappedFileContents[I].second);
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Tooling/
H A DTooling.h228 llvm::StringMap<StringRef> MappedFileContents; member in class:clang::tooling::ToolInvocation
298 std::vector< std::pair<StringRef, StringRef> > MappedFileContents; member in class:clang::tooling::ClangTool

Completed in 90 milliseconds