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

References

tools/clang/lib/AST/ExprConstant.cpp
 3953       return found(Subobj.getInt(), SubobjType);
 3955       return found(Subobj.getFloat(), SubobjType);
 3958                    SubobjType->castAs<ComplexType>()->getElementType()
 3959                      .withCVRQualifiers(SubobjType.getCVRQualifiers()));
 3962                    SubobjType->castAs<ComplexType>()->getElementType()
 3963                      .withCVRQualifiers(SubobjType.getCVRQualifiers()));
 3965       return foundPointer(Subobj, SubobjType);