зеркало из https://github.com/microsoft/clang-1.git
Added virtual method 'IndirectLex' to PTHLexer. This will likely get removed in the future when we correctly handle #include processing.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
7062d9e9fc
Коммит
ac2dda65d2
|
@ -54,6 +54,10 @@ public:
|
|||
/// tok::l_paren token, 0 if it is something else and 2 if there are no more
|
||||
/// tokens controlled by this lexer.
|
||||
unsigned isNextPPTokenLParen();
|
||||
|
||||
/// IndirectLex - An indirect call to 'Lex' that can be invoked via
|
||||
/// the PreprocessorLexer interface.
|
||||
void IndirectLex(Token &Result) { Lex(Result); }
|
||||
};
|
||||
|
||||
} // end namespace clang
|
||||
|
|
Загрузка…
Ссылка в новой задаче