Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h899 size_t getIndexInCFG() const;
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp6129 size_t CFGBlock::getIndexInCFG() const { in getIndexInCFG() function in CFGBlock