Searched defs:CurLexerKind (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessor.h268 enum CurLexerKind { enum in class:clang::Preprocessor
274 } CurLexerKind; member in class:clang::Preprocessor
280 enum CurLexerKind CurLexerKind; member in struct:clang::Preprocessor::IncludeStackInfo
287 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P,
290 : CurLexerKind(K), TheLexer(L), ThePTHLexer(P), ThePPLexer(PPL),
722 switch (CurLexerKind) {
1269 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind,
1284 CurLexerKind = IncludeMacroStack.back().CurLexerKind;
[all...]

Completed in 51 milliseconds