Home
last modified time | relevance | path

Searched defs:RemappedFiles (Results 1 – 7 of 7) 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
/llvm-project-15.0.7/clang/unittests/Frontend/
H A DPCHPreambleTest.cpp54 StringMap<std::string> RemappedFiles; member in __anon256563180111::PCHPreambleTest
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1713 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, in LoadFromCommandLine()
1809 ArrayRef<RemappedFile> RemappedFiles, in Reparse()
2123 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp724 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
H A DCIndex.cpp3797 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_parseTranslationUnit_Impl() local
4448 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_reparseTranslationUnit_Impl() local
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp3006 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
3034 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
3062 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2119 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create()