Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.h121 StorageLocation &getStableStorageLocation(const ValueDecl &D);
124 StorageLocation &getStableStorageLocation(const Expr &E);
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp346 &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*VD))); in VisitVarDecl()
354 &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*MTE))); in VisitMaterializeTemporaryExpr()
375 E, &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*E))); in VisitExpr()
839 return DACtx->getStableStorageLocation(D); in createStorageLocation()
846 return DACtx->getStableStorageLocation(E); in createStorageLocation()
903 DACtx->getStableStorageLocation(RecordPRValue)); in getResultObjectLocation()
H A DDataflowAnalysisContext.cpp105 DataflowAnalysisContext::getStableStorageLocation(const ValueDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
114 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext