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

/openbsd-current/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h285 StorageLocation *getThisPointeeStorageLocation() const;
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp312 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation());
H A DTransfer.cpp422 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation();
537 *cast<AggregateStorageLocation>(Env.getThisPointeeStorageLocation());
H A DDataflowEnvironment.cpp604 StorageLocation *Environment::getThisPointeeStorageLocation() const { function in class:clang::dataflow::Environment

Completed in 140 milliseconds