Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h41 class DataflowValues {
77 DataflowValues() : StmtDataMap(NULL) {} in DataflowValues() function
78 ~DataflowValues() { delete StmtDataMap; } in ~DataflowValues()
94 return reinterpret_cast<DataflowValues*>(this)->getEdgeData(E); in getEdgeData()
108 return const_cast<DataflowValues*>(this)->getBlockData(B); in getBlockData()
125 return const_cast<DataflowValues*>(this)->getStmtData(S); in getStmtData()
150 return const_cast<DataflowValues*>(this)->getStmtDataMap(); in getStmtDataMap()