Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14818 NamedDecl *ExternCPrev = findLocallyScopedExternCDecl(&II); in ImplicitlyDefineFunction() local
14819 if (ExternCPrev) { in ImplicitlyDefineFunction()
14822 PushOnScopeChains(ExternCPrev, BlockScope, /*AddToContext*/false); in ImplicitlyDefineFunction()
14827 if (!isa<FunctionDecl>(ExternCPrev) || in ImplicitlyDefineFunction()
14829 cast<FunctionDecl>(ExternCPrev)->getType(), in ImplicitlyDefineFunction()
14832 << ExternCPrev << !getLangOpts().C99; in ImplicitlyDefineFunction()
14833 Diag(ExternCPrev->getLocation(), diag::note_previous_declaration); in ImplicitlyDefineFunction()
14834 return ExternCPrev; in ImplicitlyDefineFunction()
14854 if (ExternCPrev) in ImplicitlyDefineFunction()
14855 return ExternCPrev; in ImplicitlyDefineFunction()