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

References

tools/clang/lib/AST/ExprConstant.cpp
 5975   if (ElemType->isIncompleteType() || ElemType->isFunctionType()) {
 5975   if (ElemType->isIncompleteType() || ElemType->isFunctionType()) {
 5978         << (ElemType->isIncompleteType() ? 0 : 1) << ElemType;
 5978         << (ElemType->isIncompleteType() ? 0 : 1) << ElemType;
 5992   if (!HandleSizeof(Info, E->getExprLoc(), ElemType, ElemSize))
 6000         << ByteSize << APSInt(ElemSizeAP, true) << ElemType;
 6014   QualType AllocType = Info.Ctx.getConstantArrayType(ElemType, Size, nullptr,