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

References

tools/clang/lib/AST/ExprConstant.cpp
 2162       << true << Type;
 2170   if (const AtomicType *AT = Type->getAs<AtomicType>())
 2171     Type = AT->getValueType();
 2177     QualType EltTy = Type->castAsArrayTypeUnsafe()->getElementType();
 2197     RecordDecl *RD = Type->castAs<RecordType>()->getDecl();
 2223     return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal, Usage,
 2229     return CheckMemberPointerConstantExpression(Info, DiagLoc, Type, Value, Usage);