Searched defs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 2120 bool ExternallyDestructed) { in Visit() 2745 bool ExternallyDestructed) { in VisitCompoundStmt() 4731 AddStmtChoice asc, bool ExternallyDestructed) { in VisitExprWithCleanups() 4876 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, in VisitForTemporaryDtors() 4978 bool ExternallyDestructed, in VisitChildrenForTemporaryDtors() 4999 BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitBinaryOperatorForTemporaryDtors() 5038 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitCXXBindTemporaryExprForTemporaryDtors() 5090 AbstractConditionalOperator *E, bool ExternallyDestructed, in VisitConditionalOperatorForTemporaryDtors()
|