Lines Matching refs:IntegerLiteral
708 IntegerLiteral::IntegerLiteral(const ASTContext &C, const llvm::APInt &V, in IntegerLiteral() function in IntegerLiteral
719 IntegerLiteral *
720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create()
722 return new (C) IntegerLiteral(C, V, type, l); in Create()
725 IntegerLiteral *
726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create()
727 return new (C) IntegerLiteral(Empty); in Create()
1965 if (IntegerLiteral *IE = in isUnusedResultAWarning()
1966 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens())) in isUnusedResultAWarning()
3228 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant()
3243 if (isa<IntegerLiteral>(this)) in isNullPointerConstant()