Searched refs:ExternallyDestructed (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp550 CFGBlock *VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed);
572 AddStmtChoice asc, bool ExternallyDestructed);
612 bool ExternallyDestructed = false);
683 CFGBlock *VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed,
685 CFGBlock *VisitChildrenForTemporaryDtors(Stmt *E, bool ExternallyDestructed,
688 bool ExternallyDestructed,
691 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context);
693 AbstractConditionalOperator *E, bool ExternallyDestructed,
1643 /*ExternallyDestructed=*/false, Context);
2120 bool ExternallyDestructed) {
2119 Visit(Stmt * S, AddStmtChoice asc, bool ExternallyDestructed) argument
2707 VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) argument
4505 VisitExprWithCleanups(ExprWithCleanups *E, AddStmtChoice asc, bool ExternallyDestructed) argument
4651 VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, TempDtorContext &Context) argument
4752 VisitChildrenForTemporaryDtors(Stmt *E, bool ExternallyDestructed, TempDtorContext &Context) argument
4773 VisitBinaryOperatorForTemporaryDtors( BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) argument
4816 VisitCXXBindTemporaryExprForTemporaryDtors( CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) argument
4868 VisitConditionalOperatorForTemporaryDtors( AbstractConditionalOperator *E, bool ExternallyDestructed, TempDtorContext &Context) argument
[all...]

Completed in 301 milliseconds