HomeSort by relevance Sort by last modified time
    Searched refs:MappedFileContents (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Tooling/
Tooling.cpp 157 MappedFileContents[PathStorage] = Content;
227 It = MappedFileContents.begin(), End = MappedFileContents.end();
266 MappedFileContents.push_back(std::make_pair(FilePath, Content));
320 for (int I = 0, E = MappedFileContents.size(); I != E; ++I) {
321 Invocation.mapVirtualFile(MappedFileContents[I].first,
322 MappedFileContents[I].second);
  /external/clang/include/clang/Tooling/
Tooling.h 170 llvm::StringMap<StringRef> MappedFileContents;
234 std::vector< std::pair<StringRef, StringRef> > MappedFileContents;

Completed in 98 milliseconds