Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessorOptions.h100 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorOptions.h133 std::vector<std::pair<std::string, std::string>> RemappedFiles; variable
/external/llvm-project/clang/unittests/Frontend/
DPCHPreambleTest.cpp50 StringMap<std::string> RemappedFiles; member in __anonc371bed80111::PCHPreambleTest
/external/clang/lib/Frontend/
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()
/external/llvm-project/clang/lib/Frontend/
DASTUnit.cpp761 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, in LoadFromASTFile()
1734 ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, in LoadFromCommandLine()
1827 ArrayRef<RemappedFile> RemappedFiles, in Reparse()
2139 ArrayRef<RemappedFile> RemappedFiles, bool IncludeMacros, in CodeComplete()
/external/llvm-project/llvm/unittests/Support/
DVirtualFileSystemTest.cpp2297 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
2325 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
2353 std::vector<std::pair<std::string, std::string>> RemappedFiles = { in TEST() local
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp680 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
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
/external/llvm-project/clang/tools/libclang/
DCIndexCodeCompletion.cpp722 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles; in clang_codeCompleteAt_Impl() local
DCIndex.cpp3560 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_parseTranslationUnit_Impl() local
4211 std::unique_ptr<std::vector<ASTUnit::RemappedFile>> RemappedFiles( in clang_reparseTranslationUnit_Impl() local
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1688 ArrayRef<std::pair<std::string, std::string>> RemappedFiles, in create()