Home | History | Annotate | Download | only in AST

Lines Matching refs:Redecl

2239 static bool RedeclForcesDefC99(const FunctionDecl *Redecl) {
2241 if (!Redecl->getLexicalDeclContext()->isTranslationUnit())
2246 if (Redecl->isImplicit())
2249 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern)
2348 for (redecl_iterator Redecl = redecls_begin(), RedeclEnd = redecls_end();
2349 Redecl != RedeclEnd;
2350 ++Redecl) {
2351 if (Redecl->isInlineSpecified() &&
2352 Redecl->getStorageClassAsWritten() != SC_Extern)
2367 for (redecl_iterator Redecl = redecls_begin(), RedeclEnd = redecls_end();
2368 Redecl != RedeclEnd;
2369 ++Redecl) {
2370 if (RedeclForcesDefC99(*Redecl))