Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h117 StorageLocation &getStableStorageLocation(const VarDecl &D);
120 StorageLocation &getStableStorageLocation(const Expr &E);
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp62 DataflowAnalysisContext::getStableStorageLocation(const VarDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
71 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
H A DDataflowEnvironment.cpp570 return DACtx->getStableStorageLocation(D); in createStorageLocation()
577 return DACtx->getStableStorageLocation(E); in createStorageLocation()