Searched refs:ThisLoc (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 795 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 819 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 877 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local 878 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 911 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 912 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
|
| H A D | ExprEngine.cpp | 1055 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local 1056 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 461 Loc ThisLoc = in getConstructedRegion() local 464 SVal ObjectV = Context.getState()->getSVal(ThisLoc); in getConstructedRegion()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1832 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local 1833 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3034 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument 3037 return getSema().BuildCXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()
|