Home | History | Annotate | Download | only in AST

Lines Matching refs:BO

477   if (const BinaryOperator *BO = dyn_cast<BinaryOperator>(Callee))
478 if (BO->getOpcode() == BO_PtrMemD || BO->getOpcode() == BO_PtrMemI)
479 return BO->getLHS();