Searched defs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 2185 bool ExternallyDestructed) { in Visit() 2809 bool ExternallyDestructed) { in VisitCompoundStmt() 4796 AddStmtChoice asc, bool ExternallyDestructed) { in VisitExprWithCleanups() 4941 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, in VisitForTemporaryDtors() 5043 bool ExternallyDestructed, in VisitChildrenForTemporaryDtors() 5064 BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitBinaryOperatorForTemporaryDtors() 5103 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitCXXBindTemporaryExprForTemporaryDtors() 5155 AbstractConditionalOperator *E, bool ExternallyDestructed, in VisitConditionalOperatorForTemporaryDtors()
|