summaryrefslogtreecommitdiffstats
path: root/clang/Sema/Sema.h
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2007-09-13 23:52:58 +0000
committerSteve Naroff <snaroff@apple.com>2007-09-13 23:52:58 +0000
commita23cc796542871932390078233c3b0cd2f74a160 (patch)
treea6d81f28cdb6a2cac716bce395dafd1dd5e5a5e1 /clang/Sema/Sema.h
parent9def2b15c1193ee423ffe11125154bd86dd71a1d (diff)
downloadbcm5719-llvm-a23cc796542871932390078233c3b0cd2f74a160.tar.gz
bcm5719-llvm-a23cc796542871932390078233c3b0cd2f74a160.zip
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Decl is now svelte:-) llvm-svn: 41935
Diffstat (limited to 'clang/Sema/Sema.h')
-rw-r--r--clang/Sema/Sema.h2
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);
OpenPOWER on IntegriCloud