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 66 MultipleIncludeOpt MIOpt;
  /external/clang/lib/Lex/
PPLexerChange.cpp 302 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
311 CurPPLexer->MIOpt.GetDefinedMacro()) {
330 Diag(CurPPLexer->MIOpt.GetMacroLocation(),
332 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro;
333 Diag(CurPPLexer->MIOpt.GetDefinedLocation(),
335 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro
338 CurPPLexer->MIOpt.GetDefinedLocation(),
PPDirectives.cpp 765 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
766 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
773 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
836 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
    [all...]
Lexer.cpp     [all...]
PTHLexer.cpp 83 MIOpt.ReadToken();
125 MIOpt.ReadToken();
PPMacroExpansion.cpp 426 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 711 milliseconds