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

References

tools/clang/lib/AST/ExprConstant.cpp
 3456     if (!ObjType.isNull() &&
 3457         (ObjType->isArrayType() || ObjType->isAnyComplexType())) {
 3457         (ObjType->isArrayType() || ObjType->isAnyComplexType())) {
 3463       if (ObjType->isAnyComplexType())
 3464         ObjType = ObjType->castAs<ComplexType>()->getElementType();
 3464         ObjType = ObjType->castAs<ComplexType>()->getElementType();
 3466         ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType();
 3466         ObjType = ObjType->castAsArrayTypeUnsafe()->getElementType();
 3475         ObjType = FD->getType();
 3478         ObjType = QualType();