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