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 62 /// MIOpt - This is a state machine that detects the #ifndef-wrapping a file
64 MultipleIncludeOpt MIOpt;
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
PPDirectives.cpp 573 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
636 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
    [all...]
PTHLexer.cpp 84 MIOpt.ReadToken();
134 MIOpt.ReadToken();
PPLexerChange.cpp 240 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
PPMacroExpansion.cpp 197 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 502 milliseconds