Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 812 void appendStmt(CFGBlock *B, const Stmt *S) { in appendStmt() function in __anoncb5603720411::CFGBuilder 818 B->appendStmt(const_cast<Stmt*>(S), cfg->getBumpVectorContext()); in appendStmt() 829 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendConstructor() 843 B->appendStmt(CE, cfg->getBumpVectorContext()); in appendCall() 872 B->appendStmt(const_cast<ObjCMessageExpr *>(ME), in appendObjCMessage() 1754 appendStmt(Block, Default); in addInitializer() 2415 appendStmt(Block, S); in VisitStmt() 2439 appendStmt(Block, ILE); in VisitInitListExpr() 2465 appendStmt(Block, A); in VisitAddrLabelExpr() 2490 appendStmt(Block, A); in VisitAttributedStmt() [all …]
|
| /src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1126 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|