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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h178 unsigned getBlockID() const { function in class:clang::ento::CheckerContext
179 return NB.getContext().getBlock()->getBlockID();
/external/clang/include/clang/Analysis/
H A DCFG.h640 unsigned getBlockID() const { return BlockID; } function in class:clang::CFGBlock::ElementList
651 OS << "BB#" << getBlockID();
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h391 unsigned getBlockID() const { return BlockID; } function in class:clang::threadSafety::Variable

Completed in 1652 milliseconds