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

  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 104 std::vector<std::pair<std::string, std::string> > RemappedFiles;
138 return RemappedFiles.begin();
141 return RemappedFiles.begin();
144 return RemappedFiles.end();
147 return RemappedFiles.end();
185 RemappedFiles.push_back(std::make_pair(From, To));
189 return RemappedFiles.erase(Remapped);
202 RemappedFiles.clear();
ASTUnit.h 629 RemappedFile *RemappedFiles = 0,
727 RemappedFile *RemappedFiles = 0,
742 bool Reparse(RemappedFile *RemappedFiles = 0,
763 RemappedFile *RemappedFiles, unsigned NumRemappedFiles,
  /external/clang/lib/Rewrite/
FrontendActions.cpp 144 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
  /external/clang/lib/Frontend/
ASTUnit.cpp 659 RemappedFile *RemappedFiles,
686 FilenameOrMemBuf fileOrBuf = RemappedFiles[I].second;
691 = AST->getFileManager().getVirtualFile(RemappedFiles[I].first,
696 << RemappedFiles[I].first;
710 << RemappedFiles[I].first << fname;
716 = AST->getFileManager().getVirtualFile(RemappedFiles[I].first,
721 << RemappedFiles[I].first;
    [all...]
CompilerInvocation.cpp 843 for (unsigned i = 0, e = Opts.RemappedFiles.size(); i != e; ++i) {
844 Res.push_back("-remap-file", Opts.RemappedFiles[i].first + ";" +
845 Opts.RemappedFiles[i].second);
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 682 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles;
687 RemappedFiles.push_back(std::make_pair(unsaved_files[I].Filename,
706 RemappedFiles.data(), RemappedFiles.size(),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 403 remap = PPOpts.RemappedFiles;

Completed in 340 milliseconds