Searched refs:ThisPointeeLoc (Results 1 – 3 of 3) sorted by relevance
147 assert(ThisPointeeLoc == nullptr); in setThisPointeeStorageLocation()148 ThisPointeeLoc = &Loc; in setThisPointeeStorageLocation()154 return ThisPointeeLoc; in getThisPointeeStorageLocation()322 StorageLocation *ThisPointeeLoc = nullptr; variable
194 auto &ThisPointeeLoc = createStorageLocation(ThisPointeeType); in Environment() local195 DACtx.setThisPointeeStorageLocation(ThisPointeeLoc); in Environment()197 setValue(ThisPointeeLoc, *ThisPointeeVal); in Environment()
323 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr() local324 if (ThisPointeeLoc == nullptr) in VisitCXXThisExpr()332 std::make_unique<PointerValue>(*ThisPointeeLoc))); in VisitCXXThisExpr()