Searched refs:lookupInstanceVariable (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| D | DirectIvarAssignment.cpp | 105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar() 111 ID = NonConstInterD->lookupInstanceVariable(PropIdent); in findPropertyBackingIvar()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclObjC.h | 1132 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName, 1134 ObjCIvarDecl *lookupInstanceVariable(IdentifierInfo *IVarName) { in lookupInstanceVariable() function 1136 return lookupInstanceVariable(IVarName, ClassDeclared); in lookupInstanceVariable()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaObjCProperty.cpp | 948 Ivar = IDecl->lookupInstanceVariable(PropertyIvar, ClassDeclared); in ActOnPropertyImplDecl() 988 IDecl->lookupInstanceVariable(property->getIdentifier(), in ActOnPropertyImplDecl() 1273 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl() 1276 Ivar = IDecl->lookupInstanceVariable(PropertyId, ClassDeclared); in ActOnPropertyImplDecl()
|
| D | SemaLookup.cpp | 1013 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable( in CppLookupName() 3782 if (ObjCIvarDecl *Ivar = Class->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult() 3811 = Method->getClassInterface()->lookupInstanceVariable(Name)) { in LookupPotentialTypoResult()
|
| D | SemaExprMember.cpp | 1273 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in LookupMemberExpr()
|
| D | SemaExprObjC.cpp | 1631 IFace->lookupInstanceVariable(Member, ClassDeclared)) { in HandleExprPropertyRefExpr() 1814 if (Method->getClassInterface()->lookupInstanceVariable(Name, in getObjCMessageKind()
|
| D | SemaDeclObjC.cpp | 2484 ObjCIvarDecl* prevIvar = SID->lookupInstanceVariable(II); in DiagnoseDuplicateIvars()
|
| D | SemaExpr.cpp | 507 ObjCIvarDecl *IV = IDecl->lookupInstanceVariable(Member, ClassDeclared); in DiagnoseDirectIsaAccess() 2227 if (IFace && (IV = IFace->lookupInstanceVariable(II, ClassDeclared))) { in LookupInObjCMethod() 2303 if (ObjCIvarDecl *IV = IFace->lookupInstanceVariable(II, ClassDeclared)) { in LookupInObjCMethod()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclObjC.cpp | 392 ObjCIvarDecl *ObjCInterfaceDecl::lookupInstanceVariable(IdentifierInfo *ID, in lookupInstanceVariable() function in ObjCInterfaceDecl
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/ |
| D | RewriteObjC.cpp | 5942 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr() 5983 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
|
| D | RewriteModernObjC.cpp | 7763 iFaceDecl->getDecl()->lookupInstanceVariable(D->getIdentifier(), in RewriteObjCIvarRefExpr()
|