Searched defs:BlockEntrance (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Analysis/ | ||
H A D | ProgramPoint.h | 193 class BlockEntrance : public ProgramPoint { class in namespace:clang 195 BlockEntrance(const CFGBlock *B, const LocationContext *L, function in class:clang::BlockEntrance 198 assert(B && "BlockEntrance requires non-null block"); 212 BlockEntrance() {} function in class:clang::BlockEntrance 680 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr); 686 return clang::BlockEntrance(reinterpret_cast<clang::CFGBlock*>(x), nullptr); |
Completed in 35 milliseconds