Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar()
111 ID = NonConstInterD->lookupInstanceVariable(PropIdent); in findPropertyBackingIvar()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclObjC.h1817 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName,
1819 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { in lookupInstanceVariable() function
1821 return lookupInstanceVariable(IVarName, ClassDeclared); in lookupInstanceVariable()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp1211 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl()
1281 IDecl->lookupInstanceVariable(property->getIdentifier(), in ActOnPropertyImplDecl()
1583 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
1586 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
H A DSemaLookup.cpp1370 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable( in CppLookupName()
4977 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
5007 = Method->getClassInterface()->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
H A DSemaExprMember.cpp1362 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr()
H A DSemaExprObjC.cpp2132 IFace->lookupInstanceVariable(Member, ClassDeclared)) { in HandleExprPropertyRefExpr()
2312 if (Method->getClassInterface()->lookupInstanceVariable(Name, in getObjCMessageKind()
H A DSemaDeclObjC.cpp3774 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
5295 IV = const_cast<ObjCInterfaceDecl *>(IDecl)->lookupInstanceVariable( in GetIvarBackingPropertyAccessor()
H A DSemaExpr.cpp592 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in DiagnoseDirectIsaAccess()
2861 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupIvarInObjCMethod()
2881 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupIvarInObjCMethod()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclObjC.cpp638 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, in lookupInstanceVariable() function in ObjCInterfaceDecl
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp5815 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
5856 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
H A DRewriteModernObjC.cpp7462 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1307 ObjCIvarDecl *PrevIvar = CanonIntf->lookupInstanceVariable(II); in VisitObjCIvarDecl()