Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DParentMapContext.cpp173 const auto *RWBO = dyn_cast<CXXRewrittenBinaryOperator>(S); in getParents() local
174 if (!RWBO) { in getParents()
178 if (RWBO->getLHS()->IgnoreUnlessSpelledInSource() != ChildExpr && in getParents()
179 RWBO->getRHS()->IgnoreUnlessSpelledInSource() != ChildExpr) in getParents()
181 return DynTypedNode::create(*RWBO); in getParents()