reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) &&