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()
1508 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local1509 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
2211 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument2214 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()2215 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()