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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h178 unsigned getBlockID() const { function in class:clang::ento::CheckerContext
179 return NB.getContext().getBlock()->getBlockID();
/external/clang/include/clang/Analysis/
H A DCFG.h639 unsigned getBlockID() const { return BlockID; } function in class:clang::CFGBlock::ElementList
650 OS << "BB#" << getBlockID();

Completed in 76 milliseconds