Home
last modified time | relevance | path

Searched refs:getThisPointeeStorageLocation (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h218 StorageLocation *getThisPointeeStorageLocation() const;
H A DDataflowAnalysisContext.h153 StorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp365 StorageLocation *Environment::getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function in clang::dataflow::Environment
366 return DACtx->getThisPointeeStorageLocation(); in getThisPointeeStorageLocation()
H A DTransfer.cpp323 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()
395 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in VisitCXXDefaultInitExpr()
H A DTypeErasedDataflowAnalysis.cpp271 State.Env.getThisPointeeStorageLocation()); in transferCFGInitializer()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp1422 Env.getThisPointeeStorageLocation()); in TEST()
1499 cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in TEST()
1570 Env.getThisPointeeStorageLocation()); in TEST()
1611 Env.getThisPointeeStorageLocation()); in TEST()
1648 EXPECT_THAT(Env.getThisPointeeStorageLocation(), IsNull()); in TEST()
1673 Env.getThisPointeeStorageLocation()); in TEST()
1709 Env.getThisPointeeStorageLocation()); in TEST()
1745 Env.getThisPointeeStorageLocation()); in TEST()