Searched defs:ExternallyDestructed (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 2120 bool ExternallyDestructed) { in Visit() 2707 CFGBlock *CFGBuilder::VisitCompoundStmt(CompoundStmt *C, bool ExternallyDestructed) { in VisitCompoundStmt() 4506 AddStmtChoice asc, bool ExternallyDestructed) { in VisitExprWithCleanups() 4651 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed, in VisitForTemporaryDtors() 4753 bool ExternallyDestructed, in VisitChildrenForTemporaryDtors() 4774 BinaryOperator *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitBinaryOperatorForTemporaryDtors() 4813 CXXBindTemporaryExpr *E, bool ExternallyDestructed, TempDtorContext &Context) { in VisitCXXBindTemporaryExprForTemporaryDtors() 4865 AbstractConditionalOperator *E, bool ExternallyDestructed, in VisitConditionalOperatorForTemporaryDtors()
|