Searched refs:GeneralizeType (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5847 static QualType GeneralizeType(ASTContext &Ctx, QualType Ty) { function
5861 GeneralizedParams.push_back(GeneralizeType(Ctx, Param));
5864 GeneralizeType(Ctx, FnType->getReturnType()),
5870 GeneralizeType(Ctx, FnType->getReturnType()));

Completed in 121 milliseconds