Searched refs:SelfExpr (Results 1 – 4 of 4) 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 1463 DeclRefExpr *SelfExpr = new (Context) in ActOnPropertyImplDecl() local 1466 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl() 1468 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl() 1526 DeclRefExpr *SelfExpr = new (Context) in ActOnPropertyImplDecl() local 1529 MarkDeclRefReferenced(SelfExpr); in ActOnPropertyImplDecl() 1531 Context, SelfDecl->getType(), CK_LValueToRValue, SelfExpr, nullptr, in ActOnPropertyImplDecl()
|
D | SemaExpr.cpp | 2858 ExprResult SelfExpr = in BuildIvarRefExpr() local 2862 if (SelfExpr.isInvalid()) in BuildIvarRefExpr() 2865 SelfExpr = DefaultLvalueConversion(SelfExpr.get()); in BuildIvarRefExpr() 2866 if (SelfExpr.isInvalid()) in BuildIvarRefExpr() 2877 ObjCIvarRefExpr(IV, IV->getUsageType(SelfExpr.get()->getType()), Loc, in BuildIvarRefExpr() 2878 IV->getLocation(), SelfExpr.get(), true, true); in BuildIvarRefExpr()
|