Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
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,
2120 bool ExternallyDestructed) { in Visit() argument
2173 return VisitCompoundStmt(cast<CompoundStmt>(S), ExternallyDestructed); in Visit()
[all …]