Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h672 size_t getIndexInBlock() const { return Index; } in getIndexInBlock() function
691 OS << getIndexInBlock() + 1 << ": "; in dumpToStream()
756 getIndexInBlock(CFGBlock::ElementRefIterator<true, IsOtherConst> E) { in getIndexInBlock() function
762 getIndexInBlock(CFGBlock::ElementRefIterator<false, IsOtherConst> E) { in getIndexInBlock() function
767 value_type operator*() { return {Parent, getIndexInBlock(*this)}; }
H A DProgramPoint.h207 ID.AddInteger(ElemRef.getIndexInBlock()); in Profile()