OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kind_strong
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h
34
kind_strong
= 0x400,
enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h
847
ObjCPropertyAttribute::
kind_strong
|
871
if (PropertyAttributes & ObjCPropertyAttribute::
kind_strong
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
43
(ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::
kind_strong
|
83
attr = ObjCPropertyAttribute::
kind_strong
;
139
return ObjCPropertyAttribute::
kind_strong
;
155
ObjCPropertyAttribute::
kind_strong
|
286
if (Attributes & ObjCPropertyAttribute::
kind_strong
)
287
attributesAsWritten |= ObjCPropertyAttribute::
kind_strong
;
665
if (Attributes & ObjCPropertyAttribute::
kind_strong
)
666
PDecl->setPropertyAttributes(ObjCPropertyAttribute::
kind_strong
);
810
property->setPropertyAttributes(ObjCPropertyAttribute::
kind_strong
);
817
property->setPropertyAttributes(ObjCPropertyAttribute::
kind_strong
);
[
all
...]
SemaCodeComplete.cpp
6789
ObjCPropertyAttribute::
kind_strong
| ObjCPropertyAttribute::kind_weak);
6795
AssignCopyRetMask != ObjCPropertyAttribute::
kind_strong
&&
6828
ObjCPropertyAttribute::
kind_strong
))
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
124
ObjCPropertyAttribute::
kind_strong
))
TransProperties.cpp
175
ObjCPropertyAttribute::
kind_strong
| ObjCPropertyAttribute::kind_weak))
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1515
if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::
kind_strong
) {
JSONNodeDumper.cpp
1033
attributeOnlyIfTrue("strong", Attrs & ObjCPropertyAttribute::
kind_strong
);
TextNodeDumper.cpp
2251
if (Attrs & ObjCPropertyAttribute::
kind_strong
)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
878
DS.setPropertyAttributes(ObjCPropertyAttribute::
kind_strong
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
252
attrs &= ~ObjCPropertyAttribute::
kind_strong
;
Completed in 187 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026