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.cpp345 &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*VD))); in VisitVarDecl()
353 &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*MTE))); in VisitMaterializeTemporaryExpr()
374 E, &cast<RecordStorageLocation>(DACtx.getStableStorageLocation(*E))); in VisitExpr()
838 return DACtx->getStableStorageLocation(D); in createStorageLocation()
845 return DACtx->getStableStorageLocation(E); in createStorageLocation()
902 DACtx->getStableStorageLocation(RecordPRValue)); in getResultObjectLocation()
H A DDataflowAnalysisContext.cpp103 DataflowAnalysisContext::getStableStorageLocation(const ValueDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext
112 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext