Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp674 struct TempDtorContext { struct in __anonef2f84bd0411::CFGBuilder
676 TempDtorContext(TryResult KnownExecuted) in TempDtorContext() function
685 bool needsTempDtorBranch() const { in needsTempDtorBranch()
691 void setDecisionPoint(CFGBlock *S, CXXBindTemporaryExpr *E) { in setDecisionPoint()
696 const bool IsConditional = false;
697 const TryResult KnownExecuted = true;
698 CFGBlock *Succ = nullptr;
699 CXXBindTemporaryExpr *TerminatorExpr = nullptr;