HomeSort by relevance Sort by last modified time
    Searched refs:RemappedFiles (Results 1 - 24 of 24) sorted by null

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 100 std::vector<std::pair<std::string, std::string>> RemappedFiles;
155 RemappedFiles.emplace_back(From, To);
163 RemappedFiles.clear();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
PreprocessorOptions.h 99 std::vector<std::pair<std::string, std::string>> RemappedFiles;
154 RemappedFiles.emplace_back(From, To);
162 RemappedFiles.clear();
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 144 PPOpts.RemappedFiles.insert(PPOpts.RemappedFiles.end(),
  /external/clang/include/clang/Frontend/
ASTUnit.h 732 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
846 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
ASTUnit.h 728 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
842 ArrayRef<RemappedFile> RemappedFiles = None,
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
689 for (const auto &RemappedFile : RemappedFiles)
    [all...]
CompilerInstance.cpp 271 for (const auto &RF : InitOpts.RemappedFiles) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 680 SmallVector<ASTUnit::RemappedFile, 4> RemappedFiles;
685 RemappedFiles.push_back(std::make_pair(UF.Filename, MB.release()));
705 RemappedFiles, (options & CXCodeComplete_IncludeMacros),
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 422 remap = PPOpts.RemappedFiles;

Completed in 429 milliseconds