Home | History | Annotate | Download | only in Sema

Lines Matching refs:CXXThisExpr

744       ThisExpr = new (Context) CXXThisExpr(Loc, ThisTy, /*isImplicit=*/true);
760 return Owned(new (Context) CXXThisExpr(Loc, ThisTy, /*isImplicit=*/false));