Searched refs:getBlockData (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h97 /// getBlockData - Retrieves the dataflow values associated with a
101 ValTy& getBlockData(const CFGBlock *B) { function in class:clang::DataflowValues
107 const ValTy& getBlockData(const CFGBlock *B) const { function in class:clang::DataflowValues
108 return const_cast<DataflowValues*>(this)->getBlockData(B);

Completed in 41 milliseconds