Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h133 StorageLocation &getStableStorageLocation(const ValueDecl &D);
136 StorageLocation &getStableStorageLocation(const Expr &E);
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp104 DataflowAnalysisContext::getStableStorageLocation(const ValueDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
113 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
H A DDataflowEnvironment.cpp696 return DACtx->getStableStorageLocation(D); in createStorageLocation()
703 return DACtx->getStableStorageLocation(E); in createStorageLocation()
772 DACtx->getStableStorageLocation(RecordPRValue)); in getResultObjectLocation()