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

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

Completed in 73 milliseconds