Home
last modified time | relevance | path

Searched refs:SelfExpr (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaObjCProperty.cpp1151 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local
1154 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl()
1157 CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl()
1203 DeclRefExpr *SelfExpr = in ActOnPropertyImplDecl() local
1206 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl()
1209 CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl()
HDSemaExpr.cpp2452 ExprResult SelfExpr = ActOnIdExpression(S, SelfScopeSpec, TemplateKWLoc, in LookupInObjCMethod() local
2454 if (SelfExpr.isInvalid()) in LookupInObjCMethod()
2457 SelfExpr = DefaultLvalueConversion(SelfExpr.get()); in LookupInObjCMethod()
2458 if (SelfExpr.isInvalid()) in LookupInObjCMethod()
2469 ObjCIvarRefExpr(IV, IV->getUsageType(SelfExpr.get()->getType()), Loc, in LookupInObjCMethod()
2470 IV->getLocation(), SelfExpr.get(), true, true); in LookupInObjCMethod()