Searched refs:PossibleZeroParamPrototype (Results 1 – 1 of 1) sorted by relevance
10679 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument10726 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()11127 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local11128 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()11131 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()11135 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()11138 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()11140 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()