Searched refs:getIntegerLiteral (Results 1 – 1 of 1) sorted by relevance
13835 static const IntegerLiteral *getIntegerLiteral(Expr *E) { in getIntegerLiteral() function13856 const auto *LHS = getIntegerLiteral(BO->getLHS()); in DiagnoseIntInBoolContext()13857 const auto *RHS = getIntegerLiteral(BO->getRHS()); in DiagnoseIntInBoolContext()13871 const auto *LHS = getIntegerLiteral(CO->getTrueExpr()); in DiagnoseIntInBoolContext()13872 const auto *RHS = getIntegerLiteral(CO->getFalseExpr()); in DiagnoseIntInBoolContext()