HomeSort by relevance Sort by last modified time
    Searched full:remappedfiles (Results 1 - 7 of 7) sorted by null

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 100 std::vector<std::pair<std::string, std::string> > RemappedFiles;
148 return RemappedFiles.begin();
151 return RemappedFiles.begin();
154 return RemappedFiles.end();
157 return RemappedFiles.end();
194 RemappedFiles.push_back(std::make_pair(From, To));
198 return RemappedFiles.erase(Remapped);
211 RemappedFiles.clear();
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 144 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
  /external/clang/lib/Frontend/
ASTUnit.cpp 676 RemappedFile *RemappedFiles,
709 FilenameOrMemBuf fileOrBuf = RemappedFiles[I].second;
714 = AST->getFileManager().getVirtualFile(RemappedFiles[I].first,
719 << RemappedFiles[I].first;
733 << RemappedFiles[I].first << fname;
739 = AST->getFileManager().getVirtualFile(RemappedFiles[I].first,
744 << RemappedFiles[I].first;
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 695 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles;
700 RemappedFiles.push_back(std::make_pair(unsaved_files[I].Filename,
721 RemappedFiles.data(), RemappedFiles.size(),
    [all...]
CIndex.cpp     [all...]
  /external/clang/include/clang/Frontend/
ASTUnit.h 671 RemappedFile *RemappedFiles = 0,
774 RemappedFile *RemappedFiles = 0,
792 bool Reparse(RemappedFile *RemappedFiles = 0,
816 RemappedFile *RemappedFiles, unsigned NumRemappedFiles,
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 427 remap = PPOpts.RemappedFiles;

Completed in 429 milliseconds