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

References

tools/clang/include/clang/AST/Type.h
 2531       : Type(Complex, CanonicalPtr, Element->isDependentType(),
 2532              Element->isInstantiationDependentType(),
 2533              Element->isVariablyModifiedType(),
 2534              Element->containsUnexpandedParameterPack()),
 2535         ElementType(Element) {}