OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCHContainerOperations
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
ARCMT.h
19
class
PCHContainerOperations
;
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/
AllTUsExecution.h
34
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
35
std::make_shared<
PCHContainerOperations
>());
42
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
43
std::make_shared<
PCHContainerOperations
>());
StandaloneExecution.h
41
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
42
std::make_shared<
PCHContainerOperations
>());
50
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
51
std::make_shared<
PCHContainerOperations
>());
Tooling.h
36
#include "clang/Frontend/
PCHContainerOperations
.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 =
160
std::make_shared<
PCHContainerOperations
>());
175
/// \param PCHContainerOps The
PCHContainerOperations
for loading and creating
183
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
184
std::make_shared<
PCHContainerOperations
>(),
193
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps
[
all
...]
Refactoring.h
42
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
43
std::make_shared<
PCHContainerOperations
>());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndexer.h
18
#include "clang/Frontend/
PCHContainerOperations
.h"
40
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps;
47
CIndexer(std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
48
std::make_shared<
PCHContainerOperations
>())
64
std::shared_ptr<
PCHContainerOperations
> getPCHContainerOperations() const {
/src/external/apache2/llvm/lib/libclangSerialization/
Makefile
22
PCHContainerOperations
.cpp
/src/external/apache2/llvm/dist/clang/lib/Serialization/
PCHContainerOperations.cpp
1
//=== Serialization/
PCHContainerOperations
.cpp - PCH Containers -*- C++ -*-===//
9
// This file defines
PCHContainerOperations
and RawPCHContainerOperation.
13
#include "clang/Serialization/
PCHContainerOperations
.h"
65
PCHContainerOperations
::
PCHContainerOperations
() {
/src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
handle_cxx.cpp
47
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
48
std::make_shared<
PCHContainerOperations
>();
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningWorker.h
15
#include "clang/Frontend/
PCHContainerOperations
.h"
68
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps;
/src/external/apache2/llvm/dist/clang/lib/Tooling/
StandaloneExecution.cpp
33
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
44
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
AllTUsExecution.cpp
66
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
72
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
129
std::make_shared<
PCHContainerOperations
>(), FS);
Tooling.cpp
158
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps) {
187
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps) {
204
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
304
FileManager *Files, std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
311
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
367
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps) {
381
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
408
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
582
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
618
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
[
all
...]
Refactoring.cpp
29
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps)
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
PCHContainerOperations.h
1
//===--- Serialization/
PCHContainerOperations
.h - PCH Containers --*- C++ -*-===//
90
class
PCHContainerOperations
{
96
PCHContainerOperations
();
GlobalModuleIndex.h
38
class
PCHContainerOperations
;
181
/// \param PCHContainerRdr - The
PCHContainerOperations
to use for loading and
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
ASTUnit.h
75
class
PCHContainerOperations
;
370
bool Parse(std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
375
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
685
/// \param PCHContainerRdr - The
PCHContainerOperations
to use for loading and
717
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
728
/// \param PCHContainerOps - The
PCHContainerOperations
to use for loading and
752
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
769
/// \param PCHContainerOps - The
PCHContainerOperations
to use for loading and
779
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
796
/// \param PCHContainerOps - The
PCHContainerOperations
to use for loading an
[
all
...]
CompilerInstance.h
16
#include "clang/Frontend/
PCHContainerOperations
.h"
126
std::shared_ptr<
PCHContainerOperations
> ThePCHContainerOperations;
185
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps =
186
std::make_shared<
PCHContainerOperations
>(),
521
std::shared_ptr<
PCHContainerOperations
> getPCHContainerOperations() const {
PrecompiledPreamble.h
40
class
PCHContainerOperations
;
74
/// \param PCHContainerOps An instance of
PCHContainerOperations
.
86
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
/src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
DependencyScanningWorker.cpp
62
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
156
PCHContainerOps = std::make_shared<
PCHContainerOperations
>();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp
239
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
340
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
386
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
394
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
511
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
/src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
ClangSrcLocDump.cpp
141
CompilerInstance Compiler(std::make_shared<clang::
PCHContainerOperations
>());
/src/external/apache2/llvm/dist/clang/tools/arcmt-test/
arcmt-test.cpp
11
#include "clang/Frontend/
PCHContainerOperations
.h"
136
std::make_shared<
PCHContainerOperations
>(),
173
MigrationProcess migration(origCI, std::make_shared<
PCHContainerOperations
>(),
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
core_main.cpp
236
auto PCHContainerOps = std::make_shared<
PCHContainerOperations
>();
260
auto pchContOps = std::make_shared<
PCHContainerOperations
>();
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
65
#include "clang/Serialization/
PCHContainerOperations
.h"
1097
bool ASTUnit::Parse(std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1294
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1504
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1640
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1675
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1712
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
1807
bool ASTUnit::Reparse(std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
2123
std::shared_ptr<
PCHContainerOperations
> PCHContainerOps,
Completed in 99 milliseconds
1
2
Indexes created Tue Sep 01 00:24:37 UTC 2026