Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp13976 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument
14022 PossiblePrototype = Prev; in ShouldWarnAboutMissingPrototype()
14515 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local
14516 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()