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

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

Completed in 134 milliseconds