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

References

tools/clang/include/clang/AST/Type.h
 2591       : Type(Pointer, CanonicalPtr, Pointee->isDependentType(),
 2592              Pointee->isInstantiationDependentType(),
 2593              Pointee->isVariablyModifiedType(),
 2594              Pointee->containsUnexpandedParameterPack()),
 2595         PointeeType(Pointee) {}