Searched refs:PossiblePrototype (Results 1 – 1 of 1) sorted by relevance
13976 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument14022 PossiblePrototype = Prev; in ShouldWarnAboutMissingPrototype()14515 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local14516 if (ShouldWarnAboutMissingPrototype(FD, PossiblePrototype)) { in ActOnFinishFunctionBody()14519 if (PossiblePrototype) { in ActOnFinishFunctionBody()14522 if (TypeSourceInfo *TI = PossiblePrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()14525 Diag(PossiblePrototype->getLocation(), in ActOnFinishFunctionBody()