Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp15233 const FunctionDecl *&PossiblePrototype) { in FindPossiblePrototype() argument
15241 PossiblePrototype = Prev; in FindPossiblePrototype()
15249 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument
15297 if (FindPossiblePrototype(FD, PossiblePrototype)) in ShouldWarnAboutMissingPrototype()
15905 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local
15906 if (ShouldWarnAboutMissingPrototype(FD, PossiblePrototype)) { in ActOnFinishFunctionBody()
15909 if (PossiblePrototype) { in ActOnFinishFunctionBody()
15912 if (TypeSourceInfo *TI = PossiblePrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
15915 Diag(PossiblePrototype->getLocation(), in ActOnFinishFunctionBody()
15973 if (!PossiblePrototype) in ActOnFinishFunctionBody()
[all …]