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

References

tools/clang/include/clang/AST/Type.h
 6149   return getCommonPtr()->BaseType;
 6153   return (isNull() ? nullptr : getCommonPtr()->BaseType);
 6176   Qualifiers quals = getCommonPtr()->CanonicalType.getLocalQualifiers();
 6182   unsigned cvr = getCommonPtr()->CanonicalType.getLocalCVRQualifiers();
 6188   QualType canon = getCommonPtr()->CanonicalType;
 6209          getCommonPtr()->CanonicalType.isLocalConstQualified();
 6214          getCommonPtr()->CanonicalType.isLocalRestrictQualified();
 6220          getCommonPtr()->CanonicalType.isLocalVolatileQualified();
 6225          getCommonPtr()->CanonicalType.hasLocalQualifiers();