Searched refs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/ ! |
| H A D | CFG.cpp | 567 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed); 590 AddStmtChoice asc, bool ExternallyDestructed); 633 bool ExternallyDestructed = false); 704 CFGBlock *VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 706 CFGBlock *VisitChildrenForTemporaryDtors(Stmt *E, bool ExternallyDestructed, 709 bool ExternallyDestructed, 712 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context); 714 AbstractConditionalOperator *E, bool ExternallyDestructed, 2185 bool ExternallyDestructed) { in Visit() argument 2241 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit() [all …]
|