OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GCAttrs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp
109
MigrateCtx.
GCAttrs
.push_back(MigrationContext::GCAttrOccurrence());
110
MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.
GCAttrs
.back();
182
for (unsigned i = 0, e = MigrateCtx.
GCAttrs
.size(); i != e; ++i) {
183
MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.
GCAttrs
[i];
198
for (unsigned i = 0, e = MigrateCtx.
GCAttrs
.size(); i != e; ++i) {
199
MigrationContext::GCAttrOccurrence &Attr = MigrateCtx.
GCAttrs
[i];
332
for (unsigned i = 0, e =
GCAttrs
.size(); i != e; ++i) {
333
GCAttrOccurrence &Attr =
GCAttrs
[i];
Transforms.h
95
std::vector<GCAttrOccurrence>
GCAttrs
;
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
8583
Qualifiers::GC
GCAttrs
= Ty.getObjCGCAttr();
8588
if (
GCAttrs
== Qualifiers::GCNone) {
8603
return
GCAttrs
;
Completed in 35 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026