Searched refs:ThisLoc (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 270 const auto &ThisLoc = *cast<AggregateStorageLocation>( in transferCFGInitializer() local 294 auto &MemberLoc = ThisLoc.getChild(*Member); in transferCFGInitializer() 299 auto &MemberLoc = ThisLoc.getChild(*Member); in transferCFGInitializer()
|
| H A D | Transfer.cpp | 394 auto &ThisLoc = in VisitCXXDefaultInitExpr() local 396 auto &FieldLoc = ThisLoc.getChild(*Field); in VisitCXXDefaultInitExpr()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | CallEvent.cpp | 763 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 788 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 846 Loc ThisLoc = SVB.getCXXThis(LambdaOperatorDecl, CalleeCtx); in getInitialStackFrameContents() local 847 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents() 880 Loc ThisLoc = SVB.getCXXThis(MD, CalleeCtx); in getInitialStackFrameContents() local 881 Bindings.push_back(std::make_pair(ThisLoc, ThisVal)); in getInitialStackFrameContents()
|
| H A D | ExprEngine.cpp | 1225 Loc ThisLoc = State->getSVal(ThisStorageLoc).castAs<Loc>(); in ProcessMemberDtor() local 1226 SVal FieldVal = State->getLValue(Member, ThisLoc); in ProcessMemberDtor()
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | TransferTest.cpp | 1421 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local 1423 ASSERT_THAT(ThisLoc, NotNull()); in TEST() 1498 const auto *ThisLoc = in TEST() local 1569 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local 1571 ASSERT_THAT(ThisLoc, NotNull()); in TEST() 1610 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local 1612 ASSERT_THAT(ThisLoc, NotNull()); in TEST() 1674 ASSERT_THAT(ThisLoc, NotNull()); in TEST() 1710 ASSERT_THAT(ThisLoc, NotNull()); in TEST() 1744 const auto *ThisLoc = dyn_cast<AggregateStorageLocation>( in TEST() local [all …]
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedObjectChecker.cpp | 459 Loc ThisLoc = in getConstructedRegion() local 462 SVal ObjectV = Context.getState()->getSVal(ThisLoc); in getConstructedRegion()
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExprCXX.cpp | 1834 SourceLocation ThisLoc = ConsumeToken(); in ParseCXXThis() local 1835 return Actions.ActOnCXXThis(ThisLoc); in ParseCXXThis()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 3117 ExprResult RebuildCXXThisExpr(SourceLocation ThisLoc, in RebuildCXXThisExpr() argument 3120 return getSema().BuildCXXThisExpr(ThisLoc, ThisType, isImplicit); in RebuildCXXThisExpr()
|