Searched defs:ivars (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp1068 ObjCIvarDecl **ivars, unsigned numIvars,
1081 ivars[i]->setLexicalDeclContext(ImpDecl);
1082 IDecl->makeDeclVisibleInContext(ivars[i]);
1083 ImpDecl->addDecl(ivars[i]);
1092 assert(ivars && "missing @implementation ivars");
1097 ObjCIvarDecl* ImplIvar = ivars[i];
1118 ObjCIvarDecl* ImplIvar = ivars[j++];
1147 Diag(ivars[j]->getLocation(), diag::err_inconsistant_ivar_count);
1178 /// ivars o
1067 CheckImplementationIvars(ObjCImplementationDecl *ImpDecl, ObjCIvarDecl **ivars, unsigned numIvars, SourceLocation RBrace) argument
[all...]
H A DSemaDeclCXX.cpp10916 /// Objective-C implementation whose ivars need be initialized.
10921 SmallVector<ObjCIvarDecl*, 8> ivars; local
10922 CollectIvarsToConstructOrDestruct(OID, ivars);
10923 if (ivars.empty())
10926 for (unsigned i = 0; i < ivars.size(); i++) {
10927 FieldDecl *Field = ivars[i];
/external/libxslt/libxslt/
H A DxsltInternals.h1349 xsltVarInfoPtr ivars; /* Storage of local in-scope variables/params. */ member in struct:_xsltCompilerCtxt
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp3833 /// an objective-c class with ivars.
3851 // If no ivars and no root or if its root, directly or indirectly,
3852 // have no ivars (thus not synthesized) then no need to synthesize this class.
3887 /// RewriteIvarOffsetSymbols - Rewrite ivar offset symbols of those ivars which
5798 // private ivars.
6079 /// const struct _ivar_list_t *ivars;
6164 Result += "\tconst struct _ivar_list_t *ivars;\n";
6348 ArrayRef<ObjCIvarDecl *>ivars,
6388 if (!metaclass && ivars.size() > 0) {
6342 Write__class_ro_t_initializer(ASTContext *Context, std::string &Result, unsigned int flags, const std::string &InstanceStart, const std::string &InstanceSize, ArrayRef<ObjCMethodDecl *>baseMethods, ArrayRef<ObjCProtocolDecl *>baseProtocols, ArrayRef<ObjCIvarDecl *>ivars, ArrayRef<ObjCPropertyDecl *>Properties, StringRef VarName, StringRef ClassName) argument

Completed in 291 milliseconds