diff options
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index cd1a725987..9606821f78 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -2000,8 +2000,7 @@ public: IdentifierInfo &II, QualType ObjectType, NamedDecl *ScopeLookupResult, - bool EnteringContext, - bool EmitNoDiagnostics); + bool EnteringContext); virtual CXXScopeTy *ActOnCXXNestedNameSpecifier(Scope *S, const CXXScopeSpec &SS, @@ -2011,12 +2010,6 @@ public: TypeTy *ObjectType, bool EnteringContext); - virtual bool IsInvalidUnlessNestedName(Scope *S, - const CXXScopeSpec &SS, - IdentifierInfo &II, - TypeTy *ObjectType, - bool EnteringContext); - /// ActOnCXXNestedNameSpecifier - Called during parsing of a /// nested-name-specifier that involves a template-id, e.g., /// "foo::bar<int, float>::", and now we need to build a scope |