diff options
-rw-r--r-- | clang/include/clang/Lex/PreprocessingRecord.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/include/clang/Lex/PreprocessingRecord.h b/clang/include/clang/Lex/PreprocessingRecord.h index 52f1ec9..54489cb 100644 --- a/clang/include/clang/Lex/PreprocessingRecord.h +++ b/clang/include/clang/Lex/PreprocessingRecord.h @@ -538,6 +538,8 @@ class Token; const MacroDefinition &MD) override; void Ifndef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) override; + + using PPCallbacks::Elifdef, PPCallback::Elifndef; void Elifdef(SourceLocation Loc, const Token &MacroNameTok, const MacroDefinition &MD) override; void Elifndef(SourceLocation Loc, const Token &MacroNameTok, |