Searched refs:PossibleZeroParamPrototype (Results 1 – 1 of 1) sorted by relevance
12646 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument12693 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()13188 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local13189 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()13192 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()13196 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()13199 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()13201 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()