Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h673 size_t getIndexInBlock() const { return Index; } in getIndexInBlock() function
692 OS << getIndexInBlock() + 1 << ": "; in dumpToStream()
762 getIndexInBlock(CFGBlock::ElementRefIterator<true, IsOtherConst> E) { in getIndexInBlock() function
768 getIndexInBlock(CFGBlock::ElementRefIterator<false, IsOtherConst> E) { in getIndexInBlock() function
773 value_type operator*() { return {Parent, getIndexInBlock(*this)}; }
H A DProgramPoint.h213 ID.AddInteger(ElemRef.getIndexInBlock()); in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp82 Elem.getIndexInBlock() >= Elem.getParent()->size()) in getStmt()