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

/external/clang/include/clang/Analysis/
H A DProgramPoint.h172 class BlockEntrance : public ProgramPoint { class in namespace:clang
174 BlockEntrance(const CFGBlock *B, const LocationContext *L, function in class:clang::BlockEntrance
177 assert(B && "BlockEntrance requires non-null block");
573 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0);
579 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), 0);

Completed in 76 milliseconds