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

References

tools/clang/lib/AST/Type.cpp
 3262     : Type(UnaryTransform, CanonicalType, BaseType->isDependentType(),
 3263            BaseType->isInstantiationDependentType(),
 3264            BaseType->isVariablyModifiedType(),
 3265            BaseType->containsUnexpandedParameterPack()),
 3266       BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind) {}