Home
last modified time | relevance | path

Searched refs:ivars (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/SemaObjC/
Dproperty-and-class-extension.m4 When processing @synthesize, treat ivars in a class extension the same as ivars in the class @inter…
5 and treat ivars in a superclass extension the same as ivars in the superclass @interface.
6 In particular, when searching for an ivar to back an @synthesize, do look at ivars in the class's o…
7 extension but ignore any ivars in superclass class extensions.
Dstand-alone-implementation.m3 // Allow injection of ivars into implementation's implicit class.
Dno-ivar-in-interface-block.m1 // RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class -Wobjc-interface-ivars %s
Divar-ref-misuse.m29 ((Sprite *)self)->spree = 18; /* ivars from within class methods! */
Dunused.m50 #error __attribute__((unused)) not supported on ivars
Ddefault-synthesize-2.m17 // default synthesis allows direct access to property ivars.
Darc-repeated-weak.mm91 void ivars(Test *a) { function
302 - (void)ivars { method in Methods
/external/clang/test/CodeGenObjC/
Ddebug-info-ivars-extension.m3 // Make sure we generate debug symbols for ivars added by a class extension.
12 // poking into pi for primary class ivars.
23 // poking into pg for ivars for class extension
Ddebug-info-ivars-private.m3 // Debug symbols for private ivars. This test ensures that we are
4 // generating debug info for ivars added by the implementation.
Dstand-alone-implementation.m4 // Allow injection of ivars into implementation's implicit class.
Dmetadata-symbols-32.m13 // Clang's Obj-C 32-bit doesn't emit ivars for the root class.
/external/clang/test/Analysis/
Dunused-ivars.m69 // <rdar://problem/7254495> - ivars referenced by lexically nested functions
99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
Dobjc_invalidation.m117 // Partial invalidators invalidate only some ivars. They are guaranteed to be
Dretain-release-region-store.m232 // <rdar://problem/8261992> Idempotent operation checker false positive with ObjC ivars
/external/clang/test/ASTMerge/
Dproperty.m9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different…
/external/chromium/chrome/browser/ui/cocoa/
Dui_localizer.mm44 // The ivars are private, so this method lets us trigger the localization
/external/clang/lib/Sema/
DSemaDeclObjC.cpp1081 ObjCIvarDecl **ivars, unsigned numIvars, in CheckImplementationIvars() argument
1094 ivars[i]->setLexicalDeclContext(ImpDecl); in CheckImplementationIvars()
1095 IDecl->makeDeclVisibleInContext(ivars[i]); in CheckImplementationIvars()
1096 ImpDecl->addDecl(ivars[i]); in CheckImplementationIvars()
1105 assert(ivars && "missing @implementation ivars"); in CheckImplementationIvars()
1110 ObjCIvarDecl* ImplIvar = ivars[i]; in CheckImplementationIvars()
1131 ObjCIvarDecl* ImplIvar = ivars[j++]; in CheckImplementationIvars()
1160 Diag(ivars[j]->getLocation(), diag::err_inconsistant_ivar_count); in CheckImplementationIvars()
DSemaDeclCXX.cpp11535 SmallVector<ObjCIvarDecl*, 8> ivars; in SetIvarInitializers() local
11536 CollectIvarsToConstructOrDestruct(OID, ivars); in SetIvarInitializers()
11537 if (ivars.empty()) in SetIvarInitializers()
11540 for (unsigned i = 0; i < ivars.size(); i++) { in SetIvarInitializers()
11541 FieldDecl *Field = ivars[i]; in SetIvarInitializers()
/external/clang/include/clang/Basic/
DLangOptions.def109 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars")
DDiagnosticASTKinds.td193 "property %0 is synthesized to different ivars in different translation "
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_class.mm198 struct objc_ivar_list* fieldsInClass = thisClass->ivars;
/external/libxslt/libxslt/
Dxslt.c512 xsltVarInfoPtr ivar = cctxt->ivars, ivartmp; in xsltCompilerVarInfoFree()
559 if (cctxt->ivars) in xsltCompilationCtxtFree()
2253 } else if ((cctxt->ivar == NULL) && (cctxt->ivars != NULL)) { in xsltCompilerVarInfoPush()
2254 ivar = cctxt->ivars; in xsltCompilerVarInfoPush()
2264 if (cctxt->ivars == NULL) { in xsltCompilerVarInfoPush()
2265 cctxt->ivars = ivar; in xsltCompilerVarInfoPush()
DxsltInternals.h1349 xsltVarInfoPtr ivars; /* Storage of local in-scope variables/params. */ member
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td384 HelpText<"Warn about private ivars that are never used">,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m174 // this can be extended by the grammar writer to reset custom ivars

12