Searched refs:PossiblePrototype (Results 1 – 1 of 1) sorted by relevance
14032 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument14078 PossiblePrototype = Prev; in ShouldWarnAboutMissingPrototype()14571 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local14572 if (ShouldWarnAboutMissingPrototype(FD, PossiblePrototype)) { in ActOnFinishFunctionBody()14575 if (PossiblePrototype) { in ActOnFinishFunctionBody()14578 if (TypeSourceInfo *TI = PossiblePrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()14581 Diag(PossiblePrototype->getLocation(), in ActOnFinishFunctionBody()