Home | History | Annotate | Download | only in Sema

Lines Matching refs:ThisLoc

2459   ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc,
2462 getSema().CheckCXXThisCapture(ThisLoc);
2463 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit);