Searched refs:PCHContainerOperations (Results 1 - 18 of 18) sorted by relevance

/external/clang/include/clang/ARCMigrate/
H A DARCMT.h20 class PCHContainerOperations;
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/include/clang/Tooling/
H A DRefactoring.h42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>());
H A DTooling.h34 #include "clang/Frontend/PCHContainerOperations.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 =
153 std::make_shared<PCHContainerOperations>());
166 /// \param PCHContainerOps The PCHContainerOperations for loading and creating
173 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
174 std::make_shared<PCHContainerOperations>(),
181 /// \param PCHContainerOps The PCHContainerOperations fo
[all...]
/external/clang/tools/libclang/
H A DCIndexer.h19 #include "clang/Frontend/PCHContainerOperations.h"
43 std::shared_ptr<PCHContainerOperations> PCHContainerOps;
46 CIndexer(std::shared_ptr<PCHContainerOperations> PCHContainerOps =
47 std::make_shared<PCHContainerOperations>())
62 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const {
/external/clang/lib/Frontend/
H A DPCHContainerOperations.cpp1 //===--- Frontend/PCHContainerOperations.cpp - PCH Containers ---*- C++ -*-===//
10 // This file defines PCHContainerOperations and RawPCHContainerOperation.
14 #include "clang/Frontend/PCHContainerOperations.h"
63 PCHContainerOperations::PCHContainerOperations() { function in class:PCHContainerOperations
H A DAndroid.mk47 PCHContainerOperations.cpp \
H A DASTUnit.cpp1034 bool ASTUnit::Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1343 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1725 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1867 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1896 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
1932 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
2021 bool ASTUnit::Reparse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
2313 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
H A DCompilerInstance.cpp55 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/external/clang/tools/clang-fuzzer/
H A DClangFuzzer.cpp42 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
43 std::make_shared<PCHContainerOperations>();
/external/clang/lib/Tooling/
H A DRefactoring.cpp30 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
H A DTooling.cpp104 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
123 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
207 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
213 FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps)
269 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
283 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
310 std::shared_ptr<PCHContainerOperations> PCHContainerOps)
446 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
471 std::shared_ptr<PCHContainerOperations> PCHContainerOps) {
479 std::shared_ptr<PCHContainerOperations> PCHContainerOp
[all...]
/external/clang/include/clang/Frontend/
H A DPCHContainerOperations.h1 //===--- Frontend/PCHContainerOperations.h - PCH Containers -----*- C++ -*-===//
92 class PCHContainerOperations { class in namespace:clang
98 PCHContainerOperations();
H A DASTUnit.h59 class PCHContainerOperations;
427 bool Parse(std::shared_ptr<PCHContainerOperations> PCHContainerOps,
448 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
722 /// \param PCHContainerRdr - The PCHContainerOperations to use for loading and
747 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
758 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
782 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
799 /// \param PCHContainerOps - The PCHContainerOperations to use for loading and
809 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
825 /// \param PCHContainerOps - The PCHContainerOperations t
[all...]
H A DCompilerInstance.h14 #include "clang/Frontend/PCHContainerOperations.h"
121 std::shared_ptr<PCHContainerOperations> ThePCHContainerOperations;
181 std::shared_ptr<PCHContainerOperations> PCHContainerOps =
182 std::make_shared<PCHContainerOperations>(),
512 std::shared_ptr<PCHContainerOperations> getPCHContainerOperations() const {
/external/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h38 class PCHContainerOperations;
197 /// \param PCHContainerRdr - The PCHContainerOperations to use for loading and
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp239 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
340 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
386 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
394 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
509 std::shared_ptr<PCHContainerOperations> PCHContainerOps,
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp10 #include "clang/Frontend/PCHContainerOperations.h"
135 std::make_shared<PCHContainerOperations>(),
174 MigrationProcess migration(origCI, std::make_shared<PCHContainerOperations>(),
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h83 std::make_shared<PCHContainerOperations>(),

Completed in 321 milliseconds