HomeSort by relevance Sort by last modified time
    Searched refs:isBlkExpr (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Analysis/Visitors/
CFGStmtVisitor.h 52 !static_cast<ImplClass*>(this)->getCFG().isBlkExpr(S))
  /external/clang/include/clang/Analysis/Support/
BlkExprDeclBitVector.h 189 bool isTracked(const Stmt *S) { return cfg->isBlkExpr(S); }
  /external/clang/include/clang/Analysis/
CFG.h 772 bool isBlkExpr(const Stmt *S) { return getBlkExprNum(S); }
773 bool isBlkExpr(const Stmt *S) const {
774 return const_cast<CFG*>(this)->isBlkExpr(S);
    [all...]

Completed in 1544 milliseconds