HomeSort by: relevance | last modified time | path
    Searched refs:MIOpt (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h 71 MultipleIncludeOpt MIOpt;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 331 CurPPLexer->MIOpt.GetControllingMacroAtEndOfFile()) {
339 CurPPLexer->MIOpt.GetDefinedMacro()) {
358 Diag(CurPPLexer->MIOpt.GetMacroLocation(),
360 << CurPPLexer->MIOpt.GetMacroLocation() << ControllingMacro;
361 Diag(CurPPLexer->MIOpt.GetDefinedLocation(),
363 << CurPPLexer->MIOpt.GetDefinedLocation() << DefinedMacro
366 CurPPLexer->MIOpt.GetDefinedLocation(),
PPDirectives.cpp 936 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
937 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
944 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
1013 true /*not valid for miopt*/);
2573 CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(),
2993 // inform MIOpt that this might be the start of a proper include guard.
2998 CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation());
3000 CurPPLexer->MIOpt.EnterTopLevelConditional();
3059 CurPPLexer->MIOpt.EnterTopLevelIfndef(IfNDefMacro, IfToken.getLocation());
3061 CurPPLexer->MIOpt.EnterTopLevelConditional()
    [all...]
Lexer.cpp 3129 MIOpt.ReadToken();
3154 MIOpt.ReadToken();
3342 // Notify MIOpt that we read a non-whitespace/non-comment token.
3343 MIOpt.ReadToken();
3347 // Notify MIOpt that we read a non-whitespace/non-comment token.
3348 MIOpt.ReadToken();
3405 // Notify MIOpt that we read a non-whitespace/non-comment token.
3406 MIOpt.ReadToken();
3434 // Notify MIOpt that we read a non-whitespace/non-comment token.
3435 MIOpt.ReadToken()
    [all...]
PPMacroExpansion.cpp 479 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();

Completed in 22 milliseconds