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

References

tools/clang/include/clang/AST/CanonicalType.h
  641   assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  641   assert((Other.isNull() || Other.isCanonical()) && "Type is not canonical!");
  642   assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
  642   assert((Other.isNull() || isa<T>(Other.getTypePtr())) &&
  645   Result.Stored = Other;