Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp10679 const FunctionDecl*& PossibleZeroParamPrototype) { in ShouldWarnAboutMissingPrototype() argument
10726 PossibleZeroParamPrototype = Prev; in ShouldWarnAboutMissingPrototype()
11127 const FunctionDecl *PossibleZeroParamPrototype = nullptr; in ActOnFinishFunctionBody() local
11128 if (ShouldWarnAboutMissingPrototype(FD, PossibleZeroParamPrototype)) { in ActOnFinishFunctionBody()
11131 if (PossibleZeroParamPrototype) { in ActOnFinishFunctionBody()
11135 PossibleZeroParamPrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
11138 Diag(PossibleZeroParamPrototype->getLocation(), in ActOnFinishFunctionBody()
11140 << PossibleZeroParamPrototype in ActOnFinishFunctionBody()