HomeSort by: relevance | last modified time | path
    Searched defs:PCHContainerOps (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
handle_cxx.cpp 47 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
49 action->runInvocation(std::move(Invocation), Files.get(), PCHContainerOps,
  /src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
ARCMT.h 42 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
54 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
70 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
106 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningWorker.h 68 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexer.h 40 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
47 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps =
50 Options(CXGlobalOpt_None), PCHContainerOps(std::move(PCHContainerOps)) {
65 return PCHContainerOps;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/
Tooling.h 81 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
98 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
153 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
159 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
175 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
183 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
193 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
200 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
206 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
216 /// \param PCHContainerOps The PCHContainerOperations for loading and creatin
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp 236 auto PCHContainerOps = std::make_shared<PCHContainerOperations>();
238 std::move(CInvok), PCHContainerOps, Diags, IndexAction.get()));
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
Tooling.cpp 158 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
161 "clang-tool", std::move(PCHContainerOps));
187 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
196 std::move(ToolAction), Files.get(), std::move(PCHContainerOps));
204 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
304 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
306 Files(Files), PCHContainerOps(std::move(PCHContainerOps)) {}
311 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
315 PCHContainerOps(std::move(PCHContainerOps)) {
    [all...]

Completed in 55 milliseconds