Searched refs:getIntegerLiteral (Results 1 – 1 of 1) sorted by relevance
11931 static const IntegerLiteral *getIntegerLiteral(Expr *E) { in getIntegerLiteral() function11952 const auto *LHS = getIntegerLiteral(BO->getLHS()); in DiagnoseIntInBoolContext()11953 const auto *RHS = getIntegerLiteral(BO->getRHS()); in DiagnoseIntInBoolContext()11967 const auto *LHS = getIntegerLiteral(CO->getTrueExpr()); in DiagnoseIntInBoolContext()11968 const auto *RHS = getIntegerLiteral(CO->getFalseExpr()); in DiagnoseIntInBoolContext()