Searched refs:ThisLoc (Results 1 – 3 of 3) sorted by relevance
534 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local550 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()612 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local613 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()644 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local645 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
1585 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local1586 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
2459 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument2462 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()2463 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()