HomeSort by relevance Sort by last modified time
    Searched defs:RemappedFiles (Results 1 - 10 of 10) 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/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...]

Completed in 1192 milliseconds