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 282 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
292 CurPPLexer->MIOpt.GetDefinedMacro()) {
311 Diag(CurPPLexer->MIOpt.GetMacroLocation(),
313 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro;
314 Diag(CurPPLexer->MIOpt.GetDefinedLocation(),
316 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro
319 CurPPLexer->MIOpt.GetDefinedLocation(),
PPDirectives.cpp 687 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
688 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
695 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
757 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
    [all...]
Lexer.cpp     [all...]
PTHLexer.cpp 84 MIOpt.ReadToken();
126 MIOpt.ReadToken();
PPMacroExpansion.cpp 226 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 164 milliseconds