Searched refs:SelfExpr (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1254 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local 1257 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl() 1260 CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl() 1306 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local 1309 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl() 1312 CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl()
|
D | SemaExpr.cpp | 2491 ExprResult SelfExpr = ActOnIdExpression(S, SelfScopeSpec, TemplateKWLoc, in LookupInObjCMethod() local 2493 if (SelfExpr.isInvalid()) in LookupInObjCMethod() 2496 SelfExpr = DefaultLvalueConversion(SelfExpr.get()); in LookupInObjCMethod() 2497 if (SelfExpr.isInvalid()) in LookupInObjCMethod() 2508 ObjCIvarRefExpr(IV, IV->getUsageType(SelfExpr.get()->getType()), Loc, in LookupInObjCMethod() 2509 IV->getLocation(), SelfExpr.get(), true, true); in LookupInObjCMethod()
|