Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h147 assert(ThisPointeeLoc == nullptr); in setThisPointeeStorageLocation()
148 ThisPointeeLoc = &Loc; in setThisPointeeStorageLocation()
154 return ThisPointeeLoc; in getThisPointeeStorageLocation()
322 StorageLocation *ThisPointeeLoc = nullptr; variable
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp194 auto &ThisPointeeLoc = createStorageLocation(ThisPointeeType); in Environment() local
195 DACtx.setThisPointeeStorageLocation(ThisPointeeLoc); in Environment()
197 setValue(ThisPointeeLoc, *ThisPointeeVal); in Environment()
H A DTransfer.cpp323 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr() local
324 if (ThisPointeeLoc == nullptr) in VisitCXXThisExpr()
332 std::make_unique<PointerValue>(*ThisPointeeLoc))); in VisitCXXThisExpr()