Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp500 DACtx, InitialTargetStmt, getThisPointeeStorageLocation(), in initialize()
561 DACtx, InitialTargetFunc, getThisPointeeStorageLocation(), in initialize()
661 buildResultObjectMap(DACtx, FuncDecl, getThisPointeeStorageLocation(), in pushCallInternal()
H A DTypeErasedDataflowAnalysis.cpp330 auto &ThisLoc = *Env.getThisPointeeStorageLocation(); in builtinTransferInitializer()
H A DTransfer.cpp417 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h354 RecordStorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function