Searched refs:PossibleZeroParamPrototype (Results 1 – 1 of 1) sorted by relevance
11089 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument11136 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()11537 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local11538 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()11541 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()11545 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()11548 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()11550 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()