Home
last modified time | relevance | path

Searched defs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp2274 bool ExternallyDestructed) { in Visit()
2918 bool ExternallyDestructed) { in VisitCompoundStmt()
4908 AddStmtChoice asc, bool ExternallyDestructed) { in VisitExprWithCleanups()
5050 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, in VisitForTemporaryDtors()
5152 bool ExternallyDestructed, in VisitChildrenForTemporaryDtors()
5173 BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitBinaryOperatorForTemporaryDtors()
5212 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitCXXBindTemporaryExprForTemporaryDtors()
5264 AbstractConditionalOperator *E, bool ExternallyDestructed, in VisitConditionalOperatorForTemporaryDtors()