Searched defs:RemappedFiles (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 159 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | PCHPreambleTest.cpp | 54 StringMap<std::string> RemappedFiles; member in __anon256563180111::PCHPreambleTest
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1713 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 D | CIndexCodeCompletion.cpp | 724 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
|
| H A D | CIndex.cpp | 3797 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 D | VirtualFileSystemTest.cpp | 3006 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 D | VirtualFileSystem.cpp | 2119 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create()
|