Searched refs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | CFG.cpp | 554 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed); 577 AddStmtChoice asc, bool ExternallyDestructed); 620 bool ExternallyDestructed = false); 691 CFGBlock *VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 693 CFGBlock *VisitChildrenForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 696 bool ExternallyDestructed, 699 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context); 701 AbstractConditionalOperator *E, bool ExternallyDestructed, 2180 bool ExternallyDestructed) { in Visit() argument 2236 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit() [all …]
|