Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp4197 const FunctionDecl *WithProto, *WithoutProto; in MergeFunctionDecl() local
4199 WithProto = New; in MergeFunctionDecl()
4202 WithProto = Old; in MergeFunctionDecl()
4206 if (WithProto->getNumParams() != 0) { in MergeFunctionDecl()
4227 if (WithProto->getBuiltinID() == 0 && !WithProto->isImplicit() && in MergeFunctionDecl()
4229 Diag(WithProto->getLocation(), diag::note_conflicting_prototype); in MergeFunctionDecl()