Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2351 appendStmt(Block, S); in VisitStmt() 2401 appendStmt(Block, A); in VisitAddrLabelExpr() 2426 appendStmt(Block, A); in VisitAttributedStmt() 2435 appendStmt(Block, U); in VisitUnaryOperator() 2556 appendStmt(Block, B); in VisitBinaryOperator() 2950 appendStmt(Block, DS); in VisitDeclSubExpr() 3168 appendStmt(Block, S); in VisitReturnStmt() 3759 appendStmt(Block, S); in VisitObjCAtSynchronizedStmt() 3769 appendStmt(Block, E); in VisitPseudoObjectExpr() 4777 appendStmt(Block, NE); in VisitCXXNewExpr() [all …]
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | CFG.h | 1096 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|