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(),
Lexer.cpp     [all...]
PPDirectives.cpp     [all...]
PTHLexer.cpp 83 MIOpt.ReadToken();
125 MIOpt.ReadToken();
PPMacroExpansion.cpp 426 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
    [all...]

Completed in 66 milliseconds