Home
last modified time | relevance | path

Searched refs:RemappedFiles (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h159 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
234 RemappedFiles.emplace_back(std::string(From), std::string(To)); in addRemappedFile()
242 RemappedFiles.clear(); in clearRemappedFiles()
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp54 StringMap<std::string> RemappedFiles; member in __anon256563180111::PCHPreambleTest
80 RemappedFiles[Filename] = Contents; in RemapFile()
121 for (const auto &RemappedFile : RemappedFiles) { in GetRemappedFiles()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h826 ArrayRef<RemappedFile> RemappedFiles = None,
854 ArrayRef<RemappedFile> RemappedFiles = None,
883 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros,
/llvm-project-15.0.7/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp154 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(), in BeginInvocation()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp724 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
729 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release())); in clang_codeCompleteAt_Impl()
761 RemappedFiles, (options & CXCodeComplete_IncludeMacros), in clang_codeCompleteAt_Impl()
H A DCIndex.cpp3797 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_parseTranslationUnit_Impl() local
3802 RemappedCleanup(RemappedFiles.get()); in clang_parseTranslationUnit_Impl()
3807 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_parseTranslationUnit_Impl()
3869 CaptureDiagnostics, *RemappedFiles.get(), in clang_parseTranslationUnit_Impl()
4448 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_reparseTranslationUnit_Impl() local
4453 RemappedCleanup(RemappedFiles.get()); in clang_reparseTranslationUnit_Impl()
4458 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_reparseTranslationUnit_Impl()
4462 *RemappedFiles.get())) in clang_reparseTranslationUnit_Impl()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp174 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
1713 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, in LoadFromCommandLine() argument
1742 for (const auto &RemappedFile : RemappedFiles) { in LoadFromCommandLine()
1809 ArrayRef<RemappedFile> RemappedFiles, in Reparse() argument
1830 for (const auto &RemappedFile : RemappedFiles) { in Reparse()
2123 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete() argument
2205 for (const auto &RemappedFile : RemappedFiles) { in CodeComplete()
H A DPrecompiledPreamble.cpp618 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
H A DCompilerInstance.cpp420 for (const auto &RF : InitOpts.RemappedFiles) { in InitializeFileRemapping()
H A DCompilerInvocation.cpp4224 for (const auto &RF : Opts.RemappedFiles) in GeneratePreprocessorArgs()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp3006 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
3011 RemappedFiles, /*UseExternalNames=*/false, *BaseFS); in TEST()
3034 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
3039 RemappedFiles, /*UseExternalNames=*/true, *BaseFS); in TEST()
3062 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
3067 RemappedFiles, /*UseExternalNames=*/false, *BaseFS); in TEST()
3069 RemappedFiles, /*UseExternalNames=*/true, *BaseFS); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h968 create(ArrayRef<std::pair<std::string, std::string>> RemappedFiles,
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2119 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create() argument
2127 for (auto &Mapping : llvm::reverse(RemappedFiles)) { in create()