Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp4133 const FunctionDecl *WithProto, *WithoutProto; in MergeFunctionDecl() local
4135 WithProto = New; in MergeFunctionDecl()
4138 WithProto = Old; in MergeFunctionDecl()
4142 if (WithProto->getNumParams() != 0) { in MergeFunctionDecl()
4163 if (WithProto->getBuiltinID() == 0 && !WithProto->isImplicit() && in MergeFunctionDecl()
4165 Diag(WithProto->getLocation(), diag::note_conflicting_prototype); in MergeFunctionDecl()