Searched defs:RemappedFiles (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, in LoadFromASTFile() 1943 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, in LoadFromCommandLine() 2030 ArrayRef<RemappedFile> RemappedFiles) { in Reparse() 2319 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete()
|
/aosp_15_r20/external/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 100 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | PreprocessorOptions.h | 166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | PreprocessorOptions.h | 166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | PreprocessorOptions.h | 166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | PreprocessorOptions.h | 166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 680 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
|
H A D | CIndex.cpp | 3218 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_parseTranslationUnit_Impl() local 3805 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_reparseTranslationUnit_Impl() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 2173 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create()
|