Searched refs:ThisLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | CallEvent.cpp | 834 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 858 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 916 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local 917 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 950 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 951 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
|
| D | ExprEngine.cpp | 1055 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local 1056 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| D | UninitializedObjectChecker.cpp | 461 Loc ThisLoc = in getConstructedRegion() local 464 SVal ObjectV = Context.getState()->getSVal(ThisLoc); in getConstructedRegion()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/ |
| D | ParseExprCXX.cpp | 1832 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local 1833 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | TreeTransform.h | 3055 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument 3058 return getSema().BuildCXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()
|