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

/external/clang/include/clang/Analysis/
H A DCFG.h732 struct BlkExprNumTy { struct in class:clang::CFGBlock::CFG
734 explicit BlkExprNumTy(signed idx) : Idx(idx) {} function in struct:clang::CFGBlock::CFG::BlkExprNumTy
735 explicit BlkExprNumTy() : Idx(-1) {} function in struct:clang::CFGBlock::CFG::BlkExprNumTy
744 BlkExprNumTy getBlkExprNum(const Stmt *S);

Completed in 255 milliseconds