diff options
author | Douglas Gregor <dgregor@apple.com> | 2008-12-08 18:40:42 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2008-12-08 18:40:42 +0000 |
commit | f57172b24f08a68d179675989813d5479dc87829 (patch) | |
tree | 47d214eda99288951195881d3e20e38dbfed2208 /lib/Sema/Sema.h | |
parent | 4ebd716f260584663297bdb820714788f2a1e4cb (diff) |
Move Sema::isTemplateParameterDecl to Decl::isTemplateParameter, where it belongs
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index ef99aaaa46..4a8f83084d 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -995,7 +995,6 @@ public: //===--------------------------------------------------------------------===// // C++ Templates [C++ 14] // - bool isTemplateParameterDecl(Decl *D); bool DiagnoseTemplateParameterShadow(SourceLocation Loc, Decl *PrevDecl); virtual DeclTy *ActOnTypeParameter(Scope *S, bool Typename, SourceLocation KeyLoc, |