Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp494 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
510 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
587 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local
588 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
/external/clang/lib/Parse/
DParseExprCXX.cpp1508 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local
1509 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
/external/clang/lib/Sema/
DTreeTransform.h2211 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument
2214 getSema().CheckCXXThisCapture(ThisLoc); in RebuildCXXThisExpr()
2215 return new (getSema().Context) CXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()