Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp12646 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument
12693 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()
13188 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local
13189 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()
13192 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()
13196 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
13199 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()
13201 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()