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

References

tools/clang/lib/AST/ExprConstant.cpp
 6340     Info.FFDiag(BCE->getBeginLoc(),
 6349       uint64_t NullValue = Info.Ctx.getTargetNullPointerValue(QualType(T, 0));
 6355     CharUnits SizeOf = Info.Ctx.getTypeSizeInChars(T);
 6366         Info.FFDiag(BCE->getExprLoc(),
 6368             << DisplayType << Info.Ctx.getLangOpts().CharIsSigned;
 6375     APSInt Val(SizeOf.getQuantity() * Info.Ctx.getCharWidth(), true);
 6385           Info.Ctx.getFloatTypeSemantics(QualType(T, 0));
 6394     const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(RD);
 6409             Info.Ctx.getASTRecordLayout(BaseDecl).getNonVirtualSize().isZero())
 6426         Info.FFDiag(BCE->getBeginLoc(),
 6432       assert(FieldOffsetBits % Info.Ctx.getCharWidth() == 0);
 6435           CharUnits::fromQuantity(FieldOffsetBits / Info.Ctx.getCharWidth()) +
 6461     CharUnits ElementWidth = Info.Ctx.getTypeSizeInChars(Ty->getElementType());