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_weak
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjCCommon.h
33
kind_weak
= 0x200,
enumerator in enum:clang::ObjCPropertyAttribute::Kind
DeclObjC.h
877
if (PropertyAttributes & ObjCPropertyAttribute::
kind_weak
)
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
46
} else if (attrs & ObjCPropertyAttribute::
kind_weak
) {
85
attr = ObjCPropertyAttribute::
kind_weak
;
130
return ObjCPropertyAttribute::
kind_weak
;
137
return ObjCPropertyAttribute::
kind_weak
;
154
ObjCPropertyAttribute::kind_copy | ObjCPropertyAttribute::
kind_weak
|
181
FD.D.setObjCWeakProperty((Attributes & ObjCPropertyAttribute::
kind_weak
) !=
288
if (Attributes & ObjCPropertyAttribute::
kind_weak
)
289
attributesAsWritten |= ObjCPropertyAttribute::
kind_weak
;
500
if ((Attributes & ObjCPropertyAttribute::
kind_weak
) &&
502
ObjCPropertyAttribute::
kind_weak
) &
[
all
...]
SemaPseudoObject.cpp
585
if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::
kind_weak
)
SemaCodeComplete.cpp
6789
ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::
kind_weak
);
6796
AssignCopyRetMask != ObjCPropertyAttribute::
kind_weak
)
6842
ObjCPropertyAttribute::
kind_weak
))
SemaExprObjC.cpp
3387
Prop->getPropertyAttributes() & ObjCPropertyAttribute::
kind_weak
;
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProperties.cpp
175
ObjCPropertyAttribute::kind_strong | ObjCPropertyAttribute::
kind_weak
))
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
774
if (Prop->getPropertyAttributes() & ObjCPropertyAttribute::
kind_weak
)
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1523
if (PDecl->getPropertyAttributes() & ObjCPropertyAttribute::
kind_weak
) {
JSONNodeDumper.cpp
1032
attributeOnlyIfTrue("weak", Attrs & ObjCPropertyAttribute::
kind_weak
);
TextNodeDumper.cpp
2249
if (Attrs & ObjCPropertyAttribute::
kind_weak
)
ASTContext.cpp
7128
if (PD->getPropertyAttributes() & ObjCPropertyAttribute::
kind_weak
)
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
886
DS.setPropertyAttributes(ObjCPropertyAttribute::
kind_weak
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
251
attrs &= ~ObjCPropertyAttribute::
kind_weak
;
Completed in 44 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026