diff options
Diffstat (limited to 'clang/lib/Sema/Sema.h')
| -rw-r--r-- | clang/lib/Sema/Sema.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h index 4a81f71dea3..fe2b9de79e1 100644 --- a/clang/lib/Sema/Sema.h +++ b/clang/lib/Sema/Sema.h @@ -782,7 +782,7 @@ public:    LookupResult LookupParsedName(Scope *S, const CXXScopeSpec &SS,                                   DeclarationName Name, LookupCriteria Criteria);    LookupResult LookupDeclInScope(DeclarationName Name, unsigned NSI, Scope *S, -                                 bool LookInParent = true); +                          bool LookInParent = true);    LookupResult LookupDeclInContext(DeclarationName Name, unsigned NSI,                            const DeclContext *LookupCtx,                            bool LookInParent = true); | 

