Searched refs:getIntegerLiteral (Results 1 – 1 of 1) sorted by relevance
11586 static const IntegerLiteral *getIntegerLiteral(Expr *E) { in getIntegerLiteral() function11607 const auto *LHS = getIntegerLiteral(BO->getLHS()); in DiagnoseIntInBoolContext()11608 const auto *RHS = getIntegerLiteral(BO->getRHS()); in DiagnoseIntInBoolContext()11622 const auto *LHS = getIntegerLiteral(CO->getTrueExpr()); in DiagnoseIntInBoolContext()11623 const auto *RHS = getIntegerLiteral(CO->getFalseExpr()); in DiagnoseIntInBoolContext()