Searched refs:ThisLoc (Results 1 – 3 of 3) sorted by relevance
544 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local560 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()622 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local623 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()654 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local655 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
1653 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local1654 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
2532 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument2535 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()2536 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()