Home
last modified time | relevance | path

Searched refs:WithoutProto (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4215 const FunctionDecl *WithProto, *WithoutProto; in MergeFunctionDecl() local
4218 WithoutProto = Old; in MergeFunctionDecl()
4221 WithoutProto = New; in MergeFunctionDecl()
4225 if (WithoutProto->getBuiltinID() == 0 && !WithoutProto->isImplicit()) { in MergeFunctionDecl()
4229 if (WithoutProto == New) in MergeFunctionDecl()
4233 Diag(WithoutProto->getLocation(), in MergeFunctionDecl()
4235 << IsWithoutProtoADef << (WithoutProto->getNumParams() ? 0 : 1) in MergeFunctionDecl()
4236 << (WithoutProto == Old) << IsWithProtoADef; in MergeFunctionDecl()