diff options
Diffstat (limited to 'include/clang/Lex/PTHLexer.h')
-rw-r--r-- | include/clang/Lex/PTHLexer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clang/Lex/PTHLexer.h b/include/clang/Lex/PTHLexer.h index 34e0b8a9fb..b5655ffb81 100644 --- a/include/clang/Lex/PTHLexer.h +++ b/include/clang/Lex/PTHLexer.h @@ -90,8 +90,8 @@ public: /// getSourceLocation - Return a source location for the token in /// the current file. - SourceLocation getSourceLocation() { return GetToken().getLocation(); } - + SourceLocation getSourceLocation(); + /// SkipBlock - Used by Preprocessor to skip the current conditional block. bool SkipBlock(); |