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.cpp15669 const FunctionDecl *&PossiblePrototype) { in FindPossiblePrototype() argument
15677 PossiblePrototype = Prev; in FindPossiblePrototype()
15685 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument
15733 if (FindPossiblePrototype(FD, PossiblePrototype)) in ShouldWarnAboutMissingPrototype()
16384 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local
16385 if (ShouldWarnAboutMissingPrototype(FD, PossiblePrototype)) { in ActOnFinishFunctionBody()
16388 if (PossiblePrototype) { in ActOnFinishFunctionBody()
16391 if (TypeSourceInfo *TI = PossiblePrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
16394 Diag(PossiblePrototype->getLocation(), in ActOnFinishFunctionBody()
16452 if (!PossiblePrototype) in ActOnFinishFunctionBody()
[all …]