Searched refs:ThisLoc (Results 1 – 3 of 3) sorted by relevance
494 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local510 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()587 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local588 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
1570 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local1571 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
2268 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument2271 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()2272 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()