Home
last modified time | relevance | path

Searched refs:ThisLoc (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp544 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
560 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
622 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local
623 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
654 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
655 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
/external/clang/lib/Parse/
DParseExprCXX.cpp1653 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
1654 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
/external/clang/lib/Sema/
DTreeTransform.h2532 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument
2535 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
2536 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()