diff options
Diffstat (limited to 'include/clang/Parse/Scope.h')
-rw-r--r-- | include/clang/Parse/Scope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Parse/Scope.h b/include/clang/Parse/Scope.h index 92d4cd44dc..5db9b2dd76 100644 --- a/include/clang/Parse/Scope.h +++ b/include/clang/Parse/Scope.h @@ -113,7 +113,7 @@ public: void AddDecl(Action::DeclTy *D) { DeclsInScope.insert(D); } - + /// isDeclScope - Return true if this is the scope that the specified decl is /// declared in. bool isDeclScope(Action::DeclTy *D) { |