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.cpp4105 const FunctionDecl *WithProto, *WithoutProto; in MergeFunctionDecl() local
4107 WithProto = New; in MergeFunctionDecl()
4110 WithProto = Old; in MergeFunctionDecl()
4114 if (WithProto->getNumParams() != 0) { in MergeFunctionDecl()
4135 if (WithProto->getBuiltinID() == 0 && !WithProto->isImplicit() && in MergeFunctionDecl()
4137 Diag(WithProto->getLocation(), diag::note_conflicting_prototype); in MergeFunctionDecl()