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_retain
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h
28
kind_retain
= 0x10,
enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h
846
return (PropertyAttributes & (ObjCPropertyAttribute::
kind_retain
|
873
if (PropertyAttributes & ObjCPropertyAttribute::
kind_retain
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
43
(ObjCPropertyAttribute::
kind_retain
| ObjCPropertyAttribute::kind_strong |
153
(ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::
kind_retain
|
284
if (Attributes & ObjCPropertyAttribute::
kind_retain
)
285
attributesAsWritten |= ObjCPropertyAttribute::
kind_retain
;
662
if (Attributes & ObjCPropertyAttribute::
kind_retain
)
663
PDecl->setPropertyAttributes(ObjCPropertyAttribute::
kind_retain
);
907
(Attr & (ObjCPropertyAttribute::
kind_retain
|
921
ObjCPropertyAttribute::
kind_retain
|
923
Diag(OriginalAttributes & (ObjCPropertyAttribute::
kind_retain
|
1659
unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::
kind_retain
|
[
all
...]
SemaCodeComplete.cpp
6788
ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::
kind_retain
|
6794
AssignCopyRetMask != ObjCPropertyAttribute::
kind_retain
&&
6825
ObjCPropertyAttribute::
kind_retain
))
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
122
if (AttrKind & (ObjCPropertyAttribute::
kind_retain
|
TransProperties.cpp
178
if (propAttrs & ObjCPropertyAttribute::
kind_retain
) {
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1510
if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::
kind_retain
) {
JSONNodeDumper.cpp
1027
attributeOnlyIfTrue("retain", Attrs & ObjCPropertyAttribute::
kind_retain
);
TextNodeDumper.cpp
2241
if (Attrs & ObjCPropertyAttribute::
kind_retain
)
ASTContext.cpp
7126
if (PD->getPropertyAttributes() & ObjCPropertyAttribute::
kind_retain
)
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
947
(Attributes & (ObjCPropertyAttribute::
kind_retain
|
1007
bool GenSetProperty = Attributes & (ObjCPropertyAttribute::
kind_retain
|
RewriteObjC.cpp
795
(Attributes & (ObjCPropertyAttribute::
kind_retain
|
855
bool GenSetProperty = Attributes & (ObjCPropertyAttribute::
kind_retain
|
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
876
DS.setPropertyAttributes(ObjCPropertyAttribute::
kind_retain
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
250
attrs &= ~ObjCPropertyAttribute::
kind_retain
;
Completed in 46 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026