Searched refs:getThisPointeeStorageLocation (Results 1 – 4 of 4) sorted by relevance
285 StorageLocation *getThisPointeeStorageLocation() const;
422 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()537 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in VisitCXXDefaultInitExpr()
312 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation()); in builtinTransferInitializer()
604 StorageLocation *Environment::getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function in clang::dataflow::Environment