Home | History | Annotate | Download | only in AST

Lines Matching refs:Redecl

1923 static bool RedeclForcesDefC99(const FunctionDecl *Redecl) {
1925 if (!Redecl->getLexicalDeclContext()->isTranslationUnit())
1930 if (Redecl->isImplicit())
1933 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern)
2032 for (redecl_iterator Redecl = redecls_begin(), RedeclEnd = redecls_end();
2033 Redecl != RedeclEnd;
2034 ++Redecl) {
2035 if (Redecl->isInlineSpecified() &&
2036 Redecl->getStorageClassAsWritten() != SC_Extern)
2047 for (redecl_iterator Redecl = redecls_begin(), RedeclEnd = redecls_end();
2048 Redecl != RedeclEnd;
2049 ++Redecl) {
2050 if (RedeclForcesDefC99(*Redecl))