Searched refs:RWBO (Results 1 – 1 of 1) sorted by relevance
148 const auto *RWBO = dyn_cast<CXXRewrittenBinaryOperator>(S); in getParents() local149 if (!RWBO) { in getParents()153 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()154 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()156 return DynTypedNode::create(*RWBO); in getParents()