Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h285 StorageLocation *getThisPointeeStorageLocation() const;
/openbsd/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp422 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()
537 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in VisitCXXDefaultInitExpr()
H A DTypeErasedDataflowAnalysis.cpp312 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in builtinTransferInitializer()
H A DDataflowEnvironment.cpp604 StorageLocation *Environment::getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function in clang::dataflow::Environment