HomeSort by relevance Sort by last modified time
    Searched defs:PCHContainerOps (Results 1 - 22 of 22) sorted by null

  /external/clang/tools/clang-fuzzer/
ClangFuzzer.cpp 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
44 action->runInvocation(Invocation.release(), Files.get(), PCHContainerOps,
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ARCMigrate/
ARCMT.h 43 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
71 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
99 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
107 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /external/clang/tools/libclang/
CIndexer.h 44 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps =
50 Options(CXGlobalOpt_None), PCHContainerOps(std::move(PCHContainerOps)) {
65 return PCHContainerOps;
  /external/clang/tools/c-index-test/
core_main.cpp 155 auto PCHContainerOps = std::make_shared<PCHContainerOperations>();
157 CInvok.get(), PCHContainerOps, Diags, IndexAction.get()));
  /external/clang/include/clang/Tooling/
Tooling.h 73 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
89 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
146 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
152 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
168 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
176 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
184 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
190 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
200 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
207 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Tooling/
Tooling.h 74 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
91 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
148 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
154 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
170 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
178 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
186 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
192 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
202 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
209 std::shared_ptr<PCHContainerOperations> PCHContainerOps
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 106 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
109 std::move(PCHContainerOps));
128 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
142 std::move(PCHContainerOps));
213 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
215 Files(Files), PCHContainerOps(std::move(PCHContainerOps)),
220 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
223 Files(Files), PCHContainerOps(std::move(PCHContainerOps)),
    [all...]

Completed in 657 milliseconds