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

References

tools/clang/lib/AST/ExprConstant.cpp
 6515   Ty = Ty.getCanonicalType();
 6515   Ty = Ty.getCanonicalType();
 6526           << NoteTy << Construct << Ty;
 6530   if (Ty->isUnionType())
 6532   if (Ty->isPointerType())
 6534   if (Ty->isMemberPointerType())
 6536   if (Ty.isVolatileQualified())
 6539   if (RecordDecl *Record = Ty->getAsRecordDecl()) {
 6555   if (Ty->isArrayType() &&
 6556       !checkBitCastConstexprEligibilityType(Loc, Ctx.getBaseElementType(Ty),