Searched refs:RemappedFiles (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h100 std::vector<std::pair<std::string, std::string>> RemappedFiles; member in class:clang::PreprocessorOptions
159 RemappedFiles.push_back(std::make_pair(From, To));
167 RemappedFiles.clear();
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp142 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
/external/clang/lib/Frontend/
H A DASTUnit.cpp669 ArrayRef<RemappedFile> RemappedFiles,
703 for (unsigned I = 0, N = RemappedFiles.size(); I != N; ++I)
704 PPOpts->addRemappedFile(RemappedFiles[I].first, RemappedFiles[I].second);
1212 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
1410 for (const auto &R : PreprocessorOpts.RemappedFiles) {
1958 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName,
1987 for (unsigned I = 0, N = RemappedFiles.size(); I != N; ++I) {
1988 CI->getPreprocessorOpts().addRemappedFile(RemappedFiles[I].first,
1989 RemappedFiles[
665 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1954 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument
2043 Reparse(ArrayRef<RemappedFile> RemappedFiles) argument
2330 CodeComplete(StringRef File, unsigned Line, unsigned Column, ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, bool IncludeCodePatterns, bool IncludeBriefComments, CodeCompleteConsumer &Consumer, DiagnosticsEngine &Diag, LangOptions &LangOpts, SourceManager &SourceMgr, FileManager &FileMgr, SmallVectorImpl<StoredDiagnostic> &StoredDiagnostics, SmallVectorImpl<const llvm::MemoryBuffer *> &OwnedBuffers) argument
[all...]
H A DCompilerInstance.cpp262 for (const auto &RF : InitOpts.RemappedFiles) {
/external/clang/include/clang/Frontend/
H A DASTUnit.h715 ArrayRef<RemappedFile> RemappedFiles = None,
809 ArrayRef<RemappedFile> RemappedFiles = None,
823 bool Reparse(ArrayRef<RemappedFile> RemappedFiles = None);
846 ArrayRef<RemappedFile> RemappedFiles,
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp692 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; local
697 RemappedFiles.push_back(std::make_pair(UF.Filename, MB));
717 RemappedFiles,
H A DCIndex.cpp2792 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles(
2797 std::vector<ASTUnit::RemappedFile> > RemappedCleanup(RemappedFiles.get());
2802 RemappedFiles->push_back(std::make_pair(UF.Filename, MB));
2850 /*CaptureDiagnostics=*/true, *RemappedFiles.get(),
3076 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles(
3081 std::vector<ASTUnit::RemappedFile> > RemappedCleanup(RemappedFiles.get());
3086 RemappedFiles->push_back(std::make_pair(UF.Filename, MB));
3089 if (!CXXUnit->Reparse(*RemappedFiles.get()))
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp416 remap = PPOpts.RemappedFiles;

Completed in 9153 milliseconds