Home
last modified time | relevance | path

Searched refs:PossiblePrototype (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp14032 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument
14078 PossiblePrototype = Prev; in ShouldWarnAboutMissingPrototype()
14571 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local
14572 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()