Searched refs:lookupInstanceVariable (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | DirectIvarAssignment.cpp | 106 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar() 112 ID = NonConstInterD->lookupInstanceVariable(PropIdent); in findPropertyBackingIvar()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1182 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl() 1253 IDecl->lookupInstanceVariable(property->getIdentifier(), in ActOnPropertyImplDecl() 1534 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl() 1537 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
|
| H A D | SemaLookup.cpp | 1179 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable( in CppLookupName() 4362 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult() 4392 = Method->getClassInterface()->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
|
| H A D | SemaExprMember.cpp | 1331 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr()
|
| H A D | SemaExprObjC.cpp | 1956 IFace->lookupInstanceVariable(Member, ClassDeclared)) { in HandleExprPropertyRefExpr() 2132 if (Method->getClassInterface()->lookupInstanceVariable(Name, in getObjCMessageKind()
|
| H A D | SemaDeclObjC.cpp | 3721 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars() 4991 IV = const_cast<ObjCInterfaceDecl *>(IDecl)->lookupInstanceVariable( in GetIvarBackingPropertyAccessor()
|
| H A D | SemaExpr.cpp | 515 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in DiagnoseDirectIsaAccess() 2433 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupInObjCMethod() 2499 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupInObjCMethod()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 1830 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName, 1832 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { in lookupInstanceVariable() function 1834 return lookupInstanceVariable(IVarName, ClassDeclared); in lookupInstanceVariable()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | DeclObjC.cpp | 621 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, in lookupInstanceVariable() function in ObjCInterfaceDecl
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 5813 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr() 5853 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
|
| H A D | RewriteModernObjC.cpp | 7465 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
|