Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp11931 static const IntegerLiteral *getIntegerLiteral(Expr *E) { in getIntegerLiteral() function
11952 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()