Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp1599 const Expr *CurrentExprOnlyTreeRoot = nullptr; member in clang::tidy::bugprone::filter::relatedness_heuristic::AppearsInSameExpr
1616 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()