Home
last modified time | relevance | path

Searched refs:getIndexInBlock (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h644 size_t getIndexInBlock() const { return Index; } in getIndexInBlock() function
663 OS << getIndexInBlock() + 1 << ": "; in dumpToStream()
728 getIndexInBlock(CFGBlock::ElementRefIterator<true, IsOtherConst> E) { in getIndexInBlock() function
734 getIndexInBlock(CFGBlock::ElementRefIterator<false, IsOtherConst> E) { in getIndexInBlock() function
739 value_type operator*() { return {Parent, getIndexInBlock(*this)}; }