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

/external/clang/include/clang/Analysis/
H A DCFG.h747 /// getNumBlockIDs - Returns the total number of BlockIDs allocated (which
749 unsigned getNumBlockIDs() const { return NumBlockIDs; } function in class:clang::CFGBlock::CFG
752 /// This is simply a renaming of the getNumBlockIDs(). This is necessary

Completed in 158 milliseconds