OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPropertyAttributes
(Results
1 - 22
of
22
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
1483
if (PDecl->
getPropertyAttributes
() != ObjCPropertyAttribute::kind_noattr) {
1486
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_class) {
1491
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_direct) {
1496
if (PDecl->
getPropertyAttributes
() &
1501
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_atomic) {
1506
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_assign) {
1510
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_retain) {
1515
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_strong) {
1519
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_copy) {
1523
if (PDecl->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_weak)
[
all
...]
ASTContext.cpp
7124
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_copy)
7126
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_retain)
7128
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_weak)
7144
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nonatomic)
7147
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_getter) {
7152
if (PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_setter) {
JSONNodeDumper.cpp
1016
ObjCPropertyAttribute::Kind Attrs = D->
getPropertyAttributes
();
TextNodeDumper.cpp
2233
ObjCPropertyAttribute::Kind Attrs = D->
getPropertyAttributes
();
DeclObjC.cpp
150
if (P->
getPropertyAttributes
() &
ASTImporter.cpp
5160
ToProperty->setPropertyAttributes(D->
getPropertyAttributes
());
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
68
ObjCPropertyAttribute::Kind propertyKind = property->
getPropertyAttributes
();
180
unsigned Attributes = ODS.
getPropertyAttributes
();
202
ODS.
getPropertyAttributes
(),
213
ODS.
getPropertyAttributes
(), T, TSI,
341
bool OldIsAtomic = (OldProperty->
getPropertyAttributes
() &
343
bool NewIsAtomic = (NewProperty->
getPropertyAttributes
() &
351
auto Attrs = Property->
getPropertyAttributes
();
373
unsigned Attrs = NewProperty->
getPropertyAttributes
();
486
= getOwnershipRule(PIDecl->
getPropertyAttributes
());
731
getImpliedARCOwnership(property->
getPropertyAttributes
(),
[
all
...]
SemaPseudoObject.cpp
585
if (Prop->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_weak)
SemaExprObjC.cpp
2082
if (!(PDecl->
getPropertyAttributes
() &
3387
Prop->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_weak;
SemaCodeComplete.cpp
6806
unsigned Attributes = ODS.
getPropertyAttributes
();
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp
121
ObjCPropertyAttribute::Kind AttrKind = PD->
getPropertyAttributes
();
ObjCMT.cpp
625
if ((ClassProperty->
getPropertyAttributes
() !=
626
Property->
getPropertyAttributes
()) ||
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
856
ObjCPropertyAttribute::Kind
getPropertyAttributes
() const {
867
(
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)) &&
875
(
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)) &&
883
(
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)) &&
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
745
if (OCDS.
getPropertyAttributes
() &
932
if (DS.
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)
939
if (DS.
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)
946
if (DS.
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)
953
if (DS.
getPropertyAttributes
() & ObjCPropertyAttribute::kind_nullability)
/src/external/apache2/llvm/dist/clang/lib/Analysis/
BodyFarm.cpp
774
if (Prop->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_weak)
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
3668
if ((!(PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_atomic)))
3752
if ((!(PD->
getPropertyAttributes
() & ObjCPropertyAttribute::kind_atomic)))
CGDebugInfo.cpp
2740
PD->
getPropertyAttributes
(), getOrCreateType(PD->getType(), PUnit));
2841
PD->
getPropertyAttributes
(),
CGObjCGNU.cpp
246
int attrs = property->
getPropertyAttributes
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
812
ObjCPropertyAttribute::Kind
getPropertyAttributes
() const {
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterDecl.cpp
860
Record.push_back((unsigned)D->
getPropertyAttributes
());
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
943
unsigned Attributes = PD->
getPropertyAttributes
();
RewriteObjC.cpp
791
unsigned Attributes = PD->
getPropertyAttributes
();
Completed in 159 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026