Searched refs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 589 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed); 612 AddStmtChoice asc, bool ExternallyDestructed); 655 bool ExternallyDestructed = false); 726 CFGBlock *VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 728 CFGBlock *VisitChildrenForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 731 bool ExternallyDestructed, 734 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context); 736 AbstractConditionalOperator *E, bool ExternallyDestructed, 2274 bool ExternallyDestructed) { in Visit() argument 2330 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit() [all …]
|