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 244 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
250 CurPPLexer->MIOpt.GetDefinedMacro()) {
255 Diag(CurPPLexer->MIOpt.GetMacroLocation(),
257 << CurPPLexer->MIOpt.GetMacroLocation()
259 Diag(CurPPLexer->MIOpt.GetDefinedLocation(),
261 << CurPPLexer->MIOpt.GetDefinedLocation()
265 CurPPLexer->MIOpt.GetDefinedLocation(),
PPDirectives.cpp 657 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
658 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
665 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
727 return HandleIfdefDirective(Result, false, true/*not valid for miopt*/);
    [all...]
Lexer.cpp     [all...]
PTHLexer.cpp 83 MIOpt.ReadToken();
133 MIOpt.ReadToken();
PPMacroExpansion.cpp 221 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 47 milliseconds