Searched refs:appendStmt (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2195 appendStmt(Block, S); in VisitStmt() 2223 appendStmt(Block, A); in VisitAddrLabelExpr() 2233 appendStmt(Block, U); in VisitUnaryOperator() 2351 appendStmt(Block, B); in VisitBinaryOperator() 2367 appendStmt(Block, B); in VisitBinaryOperator() 2381 appendStmt(Block, E); in VisitNoRecurse() 2705 appendStmt(Block, DS); in VisitDeclSubExpr() 3434 appendStmt(Block, S); in VisitObjCAtSynchronizedStmt() 3449 appendStmt(Block, E); in VisitPseudoObjectExpr() 4321 appendStmt(Block, NE); in VisitCXXNewExpr() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/ |
| H A D | CFG.h | 873 void appendStmt(Stmt *statement, BumpVectorContext &C) { in appendStmt() function
|