Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4057 const FunctionDecl *WithProto, *WithoutProto; in MergeFunctionDecl() local
4060 WithoutProto = Old; in MergeFunctionDecl()
4063 WithoutProto = New; in MergeFunctionDecl()
4067 if (WithoutProto->getBuiltinID() == 0 && !WithoutProto->isImplicit()) { in MergeFunctionDecl()
4071 if (WithoutProto == New) in MergeFunctionDecl()
4075 Diag(WithoutProto->getLocation(), in MergeFunctionDecl()
4077 << IsWithoutProtoADef << (WithoutProto->getNumParams() ? 0 : 1) in MergeFunctionDecl()
4078 << (WithoutProto == Old) << IsWithProtoADef; in MergeFunctionDecl()