Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h288 StorageLocation *getReturnStorageLocation() const;
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp450 auto *Loc = Env.getReturnStorageLocation(); in VisitReturnStmt()
H A DDataflowEnvironment.cpp608 StorageLocation *Environment::getReturnStorageLocation() const { in getReturnStorageLocation() function in clang::dataflow::Environment