Searched refs:SelfExpr (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaObjCProperty.cpp | 1151 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()
|
| HD | SemaExpr.cpp | 2452 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()
|