Searched refs:CurrentExprOnlyTreeRoot (Results 1 – 1 of 1) sorted by relevance
1599 const Expr *CurrentExprOnlyTreeRoot = nullptr; member in clang::tidy::bugprone::filter::relatedness_heuristic::AppearsInSameExpr1616 CurrentExprOnlyTreeRoot = nullptr; in TraverseDecl()1623 if (!CurrentExprOnlyTreeRoot) { in TraverseStmt()1624 CurrentExprOnlyTreeRoot = E; in TraverseStmt()1631 CurrentExprOnlyTreeRoot = nullptr; in TraverseStmt()1637 CurrentExprOnlyTreeRoot = nullptr; in TraverseStmt()1642 if (!CurrentExprOnlyTreeRoot) in VisitDeclRefExpr()1647 ParentExprsForParamRefs[PVD].insert(CurrentExprOnlyTreeRoot); in VisitDeclRefExpr()