Searched refs:SelfExpr (Results 1 – 2 of 2) sorted by relevance
748 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local753 SelfExpr, true, true); in ActOnPropertyImplDecl()781 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local786 SelfExpr, true, true); in ActOnPropertyImplDecl()
1841 ExprResult SelfExpr = ActOnIdExpression(S, SelfScopeSpec, in LookupInObjCMethod() local1843 if (SelfExpr.isInvalid()) in LookupInObjCMethod()1846 SelfExpr = DefaultLvalueConversion(SelfExpr.take()); in LookupInObjCMethod()1847 if (SelfExpr.isInvalid()) in LookupInObjCMethod()1853 SelfExpr.take(), true, true)); in LookupInObjCMethod()