Searched refs:getStableStorageLocation (Results 1 – 3 of 3) sorted by relevance
121 StorageLocation &getStableStorageLocation(const ValueDecl &D);124 StorageLocation &getStableStorageLocation(const Expr &E);
346 &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()
105 DataflowAnalysisContext::getStableStorageLocation(const ValueDecl &D) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext114 DataflowAnalysisContext::getStableStorageLocation(const Expr &E) { in getStableStorageLocation() function in clang::dataflow::DataflowAnalysisContext