Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h312 RecordStorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp365 auto &ThisLoc = *Env.getThisPointeeStorageLocation(); in builtinTransferInitializer()
H A DTransfer.cpp374 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()