Home
last modified time | relevance | path

Searched refs:WithoutProto (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
4136 WithoutProto = Old; in MergeFunctionDecl()
4139 WithoutProto = New; in MergeFunctionDecl()
4143 if (WithoutProto->getBuiltinID() == 0 && !WithoutProto->isImplicit()) { in MergeFunctionDecl()
4147 if (WithoutProto == New) in MergeFunctionDecl()
4151 Diag(WithoutProto->getLocation(), in MergeFunctionDecl()
4153 << IsWithoutProtoADef << (WithoutProto->getNumParams() ? 0 : 1) in MergeFunctionDecl()
4154 << (WithoutProto == Old) << IsWithProtoADef; in MergeFunctionDecl()