Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp11089 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument
11136 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()
11537 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local
11538 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()
11541 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()
11545 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
11548 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()
11550 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()