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

References

tools/clang/lib/AST/ASTContext.cpp
 6604   if (isa<TypedefType>(PointeeTy.getTypePtr())) {
 6605     if (const auto *BT = PointeeTy->getAs<BuiltinType>()) {
 6606       if (BT->getKind() == BuiltinType::ULong && getIntWidth(PointeeTy) == 32)
 6607         PointeeTy = UnsignedIntTy;
 6609         if (BT->getKind() == BuiltinType::Long && getIntWidth(PointeeTy) == 32)
 6610           PointeeTy = IntTy;