Home
last modified time | relevance | path

Searched defs:RemappedFiles (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/lib/Frontend/
H A DASTUnit.cpp656 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 DPreprocessorOptions.h100 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/
DPreprocessorOptions.h166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/
DPreprocessorOptions.h166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/
DPreprocessorOptions.h166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/
DPreprocessorOptions.h166 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp680 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
H A DCIndex.cpp3218 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 DVirtualFileSystem.cpp2173 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create()