HomeSort by: relevance | last modified time | path
    Searched defs:VisitForTemporaryDtors (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 683 CFGBlock *VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed,
1642 VisitForTemporaryDtors(cast<ExprWithCleanups>(Init)->getSubExpr(),
2893 VisitForTemporaryDtors(cast<ExprWithCleanups>(Init)->getSubExpr(),
4517 VisitForTemporaryDtors(E->getSubExpr(), ExternallyDestructed, Context);
4657 CFGBlock *CFGBuilder::VisitForTemporaryDtors(Stmt *E, bool ExternallyDestructed,
4717 VisitForTemporaryDtors(const_cast<Expr *>(CommaLHS),
4735 if (CFGBlock *R = VisitForTemporaryDtors(
4773 if (CFGBlock *R = VisitForTemporaryDtors(Child, ExternallyDestructed, Context))
4784 CFGBlock *LHSBlock = VisitForTemporaryDtors(E->getLHS(), false, Context);
4785 CFGBlock *RHSBlock = VisitForTemporaryDtors(E->getRHS(), ExternallyDestructed, Context)
    [all...]

Completed in 24 milliseconds