Home
last modified time | relevance | path

Searched refs:WithProto (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
4059 WithProto = New; in MergeFunctionDecl()
4062 WithProto = Old; in MergeFunctionDecl()
4066 if (WithProto->getNumParams() != 0) { in MergeFunctionDecl()
4087 if (WithProto->getBuiltinID() == 0 && !WithProto->isImplicit() && in MergeFunctionDecl()
4089 Diag(WithProto->getLocation(), diag::note_conflicting_prototype); in MergeFunctionDecl()