Searched refs:appendStmt (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp595 void appendStmt(CFGBlock *B, const Stmt *S) { function in class:__anon3711::CFGBuilder
601 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext());
1151 appendStmt(Block, Default);
1610 appendStmt(Block, S);
1638 appendStmt(Block, A);
1648 appendStmt(Block, U);
1656 appendStmt(ConfluenceBlock, B);
1764 appendStmt(Block, B);
1772 appendStmt(Block, B);
1780 appendStmt(Bloc
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Analysis/
H A DCFG.h655 void appendStmt(Stmt *statement, BumpVectorContext &C) { function in class:clang::CFGBlock::ElementList

Completed in 80 milliseconds