Home
last modified time | relevance | path

Searched defs:ivarType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Modules/
H A Dcompare-objc-interface.m152 @interface CompareIVarType: NSObject { int ivarType; } @end field
175 @interface CompareIVarType: NSObject { float ivarType; } @end field
/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp711 QualType ivarType = ivar->getType(); checkARCPropertyImpl() local
799 QualType ivarType = ivar->getType(); setImpliedPropertyAttributeForReadOnlyProperty() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp928 auto TInfo = CGM.getContext().getTypeInfoInChars(ivarType); in PropertyImplStrategy() local
1271 switch (getEvaluationKind(ivarType)) { in generateObjCGetterBody() local
[all...]