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

  /external/clang/lib/Analysis/
CFG.cpp 595 void appendStmt(CFGBlock *B, const Stmt *S) {
601 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext());
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 655 void appendStmt(Stmt *statement, BumpVectorContext &C) {
    [all...]

Completed in 45 milliseconds