Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp13835 static const IntegerLiteral *getIntegerLiteral(Expr *E) { in getIntegerLiteral() function
13856 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()