Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp14930 const FunctionDecl *&PossiblePrototype) { in FindPossiblePrototype() argument
14938 PossiblePrototype = Prev; in FindPossiblePrototype()
14946 const FunctionDecl *&PossiblePrototype) { in ShouldWarnAboutMissingPrototype() argument
14991 if (FindPossiblePrototype(FD, PossiblePrototype)) in ShouldWarnAboutMissingPrototype()
15520 const FunctionDecl *PossiblePrototype = nullptr; in ActOnFinishFunctionBody() local
15521 if (ShouldWarnAboutMissingPrototype(FD, PossiblePrototype)) { in ActOnFinishFunctionBody()
15524 if (PossiblePrototype) { in ActOnFinishFunctionBody()
15527 if (TypeSourceInfo *TI = PossiblePrototype->getTypeSourceInfo()) { in ActOnFinishFunctionBody()
15530 Diag(PossiblePrototype->getLocation(), in ActOnFinishFunctionBody()
15588 if (!PossiblePrototype) in ActOnFinishFunctionBody()
[all …]