HomeSort by relevance Sort by last modified time
    Searched refs:MIOpt (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Lex/
PreprocessorLexer.h 61 /// MIOpt - This is a state machine that detects the #ifndef-wrapping a file
63 MultipleIncludeOpt MIOpt;
  /external/clang/lib/Lex/
PPDirectives.cpp 564 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
611 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
    [all...]
Lexer.cpp     [all...]
PTHLexer.cpp 84 MIOpt.ReadToken();
134 MIOpt.ReadToken();
PPLexerChange.cpp 212 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
PPMacroExpansion.cpp 187 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 1209 milliseconds