Home
last modified time | relevance | path

Searched refs:lookupInstanceVariable (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar()
111 ID = NonConstInterD->lookupInstanceVariable(PropIdent); in findPropertyBackingIvar()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1806 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName,
1808 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { in lookupInstanceVariable() function
1810 return lookupInstanceVariable(IVarName, ClassDeclared); in lookupInstanceVariable()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp1211 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1281 IDecl->lookupInstanceVariable(property->getIdentifier(), in ActOnPropertyImplDecl()
1584 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1587 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
H A DSemaLookup.cpp1358 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable( in CppLookupName()
4640 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
4670 = Method->getClassInterface()->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
H A DSemaExprMember.cpp1345 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr()
H A DSemaExprObjC.cpp2134 IFace->lookupInstanceVariable(Member, ClassDeclared)) { in HandleExprPropertyRefExpr()
2314 if (Method->getClassInterface()->lookupInstanceVariable(Name, in getObjCMessageKind()
H A DSemaDeclObjC.cpp3758 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
5275 IV = const_cast<ObjCInterfaceDecl *>(IDecl)->lookupInstanceVariable( in GetIvarBackingPropertyAccessor()
H A DSemaExpr.cpp568 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in DiagnoseDirectIsaAccess()
2789 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupIvarInObjCMethod()
2809 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupIvarInObjCMethod()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclObjC.cpp622 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, in lookupInstanceVariable() function in ObjCInterfaceDecl
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5827 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
5868 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
H A DRewriteModernObjC.cpp7473 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()