Searched refs:ActOnCXXThis (Results 1 – 5 of 5) sorted by relevance
514 ExprResult ThisExpr = ActOnCXXThis(Loc); in buildCoroutinePromise()1277 ExprResult ThisExpr = S.ActOnCXXThis(Loc); in collectPlacementArgs()
8295 LHS = S.ActOnCXXThis(Loc); in getCompleteObject()10665 ActOnCXXThis(OperatorDelete->getParamDecl(0)->getLocation()); in CheckDestructor()14043 return assertNotNull(S.ActOnCXXThis(Loc).getAs<Expr>()); in build()15501 Expr *This = ActOnCXXThis(CurrentLocation).get(); in DefineImplicitLambdaToBlockPointerConversion()
1381 ExprResult Sema::ActOnCXXThis(SourceLocation Loc) { in ActOnCXXThis() function in Sema
1889 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
6623 ExprResult ActOnCXXThis(SourceLocation loc);