We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e3905 commit eee5968Copy full SHA for eee5968
clang/lib/AST/ASTContext.cpp
@@ -2822,8 +2822,6 @@ static bool isCanonicalResultType(QualType T) {
2822
T.getObjCLifetime() == Qualifiers::OCL_ExplicitNone);
2823
}
2824
2825
-/// getFunctionType - Return a normal function type with a typed argument
2826
-/// list. isVariadic indicates whether the argument list includes '...'.
2827
QualType
2828
ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray,
2829
const FunctionProtoType::ExtProtoInfo &EPI) const {
0 commit comments