reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/Expr.cpp
  915   : Expr(IntegerLiteralClass, type, VK_RValue, OK_Ordinary, false, false,
  918   assert(type->isIntegerType() && "Illegal type in IntegerLiteral");
  919   assert(V.getBitWidth() == C.getIntWidth(type) &&