Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDecl.cpp15881 NamedDecl *ExternCPrev = findLocallyScopedExternCDecl(&II); in ImplicitlyDefineFunction() local
15882 if (ExternCPrev) { in ImplicitlyDefineFunction()
15885 PushOnScopeChains(ExternCPrev, BlockScope, /*AddToContext*/false); in ImplicitlyDefineFunction()
15890 if (!isa<FunctionDecl>(ExternCPrev) || in ImplicitlyDefineFunction()
15892 cast<FunctionDecl>(ExternCPrev)->getType(), in ImplicitlyDefineFunction()
15895 << ExternCPrev << !getLangOpts().C99; in ImplicitlyDefineFunction()
15896 Diag(ExternCPrev->getLocation(), diag::note_previous_declaration); in ImplicitlyDefineFunction()
15897 return ExternCPrev; in ImplicitlyDefineFunction()
15917 if (S && !ExternCPrev && in ImplicitlyDefineFunction()
15939 if (ExternCPrev) in ImplicitlyDefineFunction()
[all …]