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

References

tools/clang/lib/AST/ASTContext.cpp
 8832   if (Context.hasSameType(underlyingType, other))
 8833     return other;
 8837   if (isBlockReturnType && other->isIntegerType() &&
 8838       Context.getTypeSize(underlyingType) == Context.getTypeSize(other))
 8839     return other;