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/Frontend/Rewrite/
H A DFrontendActions.cpp142 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
/external/clang/include/clang/Frontend/
H A DASTUnit.h725 ArrayRef<RemappedFile> RemappedFiles = None,
818 ArrayRef<RemappedFile> RemappedFiles = None,
832 bool Reparse(ArrayRef<RemappedFile> RemappedFiles = None);
855 ArrayRef<RemappedFile> RemappedFiles,
/external/clang/lib/Frontend/
H A DASTUnit.cpp653 ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics,
685 for (const auto &RemappedFile : RemappedFiles)
1186 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
1366 for (const auto &R : PreprocessorOpts.RemappedFiles) {
1909 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName,
1934 for (const auto &RemappedFile : RemappedFiles) {
1991 bool ASTUnit::Reparse(ArrayRef<RemappedFile> RemappedFiles) { argument
2006 for (const auto &RemappedFile : RemappedFiles) {
2279 ArrayRef<RemappedFile> RemappedFiles,
2366 for (const auto &RemappedFile : RemappedFiles) {
650 LoadFromASTFile( const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1905 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
2278 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/tools/libclang/
H A DCIndexCodeCompletion.cpp693 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; local
698 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release()));
718 RemappedFiles,
H A DCIndex.cpp2967 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles(
2972 std::vector<ASTUnit::RemappedFile> > RemappedCleanup(RemappedFiles.get());
2977 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release()));
3025 /*CaptureDiagnostics=*/true, *RemappedFiles.get(),
3251 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles(
3256 std::vector<ASTUnit::RemappedFile> > RemappedCleanup(RemappedFiles.get());
3261 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release()));
3264 if (!CXXUnit->Reparse(*RemappedFiles.get()))
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp416 remap = PPOpts.RemappedFiles;

Completed in 180 milliseconds