diff options
Diffstat (limited to 'clang/include/clang/Parse/Parser.h')
-rw-r--r-- | clang/include/clang/Parse/Parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Parse/Parser.h b/clang/include/clang/Parse/Parser.h index 977e07fae61..6972c52a350 100644 --- a/clang/include/clang/Parse/Parser.h +++ b/clang/include/clang/Parse/Parser.h @@ -989,6 +989,7 @@ private: DeclTy *ParseUsingDirectiveOrDeclaration(unsigned Context); DeclTy *ParseUsingDirective(unsigned Context, SourceLocation UsingLoc); DeclTy *ParseUsingDeclaration(unsigned Context, SourceLocation UsingLoc); + DeclTy *ParseStaticAssertDeclaration(); //===--------------------------------------------------------------------===// // C++ 9: classes [class] and C structs/unions. |