Searched defs:getStmtData (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h111 /// getStmtData - Retrieves the dataflow values associated with a
117 ValTy& getStmtData(const Stmt *S) { function in class:clang::DataflowValues
124 const ValTy& getStmtData(const Stmt *S) const { function in class:clang::DataflowValues
125 return const_cast<DataflowValues*>(this)->getStmtData(S);

Completed in 499 milliseconds