Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar()
111 ID = NonConstInterD->lookupInstanceVariable(PropIdent); in findPropertyBackingIvar()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp1193 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1263 IDecl->lookupInstanceVariable(property->getIdentifier(), in ActOnPropertyImplDecl()
1561 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1564 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp2146 IFace->lookupInstanceVariable(Member, ClassDeclared)) { in HandleExprPropertyRefExpr()
2324 if (Method->getClassInterface()->lookupInstanceVariable(Name, in getObjCMessageKind()
4813 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupIvarInObjCMethod()
4833 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupIvarInObjCMethod()
H A DSemaLookup.cpp1395 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable( in CppLookupName()
4926 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
4957 = Method->getClassInterface()->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
H A DSemaExprMember.cpp1409 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr()
H A DSemaDeclObjC.cpp3776 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
5313 IV = const_cast<ObjCInterfaceDecl *>(IDecl)->lookupInstanceVariable( in GetIvarBackingPropertyAccessor()
H A DSemaExpr.cpp597 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in DiagnoseDirectIsaAccess()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h1828 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName,
1830 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { in lookupInstanceVariable() function
1832 return lookupInstanceVariable(IVarName, ClassDeclared); in lookupInstanceVariable()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp637 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, in lookupInstanceVariable() function in ObjCInterfaceDecl
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1341 ObjCIvarDecl *PrevIvar = CanonIntf->lookupInstanceVariable(II); in VisitObjCIvarDecl()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7459 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()