diff options
Diffstat (limited to 'clang/Sema/Sema.h')
| -rw-r--r-- | clang/Sema/Sema.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Sema/Sema.h b/clang/Sema/Sema.h index 30953083547..1e74321fd9e 100644 --- a/clang/Sema/Sema.h +++ b/clang/Sema/Sema.h @@ -165,7 +165,7 @@ private: DeclTy **Elements, unsigned NumElements); private: /// Subroutines of ParseDeclarator()... - TypedefDecl *ParseTypedefDecl(Scope *S, Declarator &D, Decl *LastDeclarator); + TypedefDecl *ParseTypedefDecl(Scope *S, Declarator &D, ScopedDecl *LastDecl); TypedefDecl *MergeTypeDefDecl(TypedefDecl *New, ScopedDecl *Old); FunctionDecl *MergeFunctionDecl(FunctionDecl *New, ScopedDecl *Old); VarDecl *MergeVarDecl(VarDecl *New, ScopedDecl *Old); |

