Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h160 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
238 RemappedFiles.emplace_back(std::string(From), std::string(To)); in addRemappedFile()
246 RemappedFiles.clear(); in clearRemappedFiles()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h825 ArrayRef<RemappedFile> RemappedFiles = std::nullopt,
853 ArrayRef<RemappedFile> RemappedFiles = std::nullopt,
882 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros,
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp154 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(), in BeginInvocation()
/openbsd-src/gnu/llvm/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.cpp3827 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_parseTranslationUnit_Impl() local
3832 RemappedCleanup(RemappedFiles.get()); in clang_parseTranslationUnit_Impl()
3837 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_parseTranslationUnit_Impl()
3899 CaptureDiagnostics, *RemappedFiles.get(), in clang_parseTranslationUnit_Impl()
4478 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_reparseTranslationUnit_Impl() local
4483 RemappedCleanup(RemappedFiles.get()); in clang_reparseTranslationUnit_Impl()
4488 RemappedFiles->push_back(std::make_pair(UF.Filename, MB.release())); in clang_reparseTranslationUnit_Impl()
4492 *RemappedFiles.get())) in clang_reparseTranslationUnit_Impl()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp174 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
1741 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, in LoadFromCommandLine() argument
1769 for (const auto &RemappedFile : RemappedFiles) { in LoadFromCommandLine()
1836 ArrayRef<RemappedFile> RemappedFiles, in Reparse() argument
1857 for (const auto &RemappedFile : RemappedFiles) { in Reparse()
2150 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete() argument
2232 for (const auto &RemappedFile : RemappedFiles) { in CodeComplete()
H A DPrecompiledPreamble.cpp618 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
H A DCompilerInstance.cpp427 for (const auto &RF : InitOpts.RemappedFiles) { in InitializeFileRemapping()
H A DCompilerInvocation.cpp4245 for (const auto &RF : Opts.RemappedFiles) in GeneratePreprocessorArgs()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1010 create(ArrayRef<std::pair<std::string, std::string>> RemappedFiles,
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2173 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create() argument
2181 for (auto &Mapping : llvm::reverse(RemappedFiles)) { in create()