Searched refs:MIOpt (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Lex/
H A DPPLexerChange.cpp282 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(),
H A DPPDirectives.cpp687 CurPPLexer->MIOpt.getImmediatelyAfterTopLevelIfndef();
688 CurPPLexer->MIOpt.resetImmediatelyAfterTopLevelIfndef();
695 bool ReadAnyTokensBeforeDirective =CurPPLexer->MIOpt.getHasReadAnyTokensVal();
1912 CurPPLexer->MIOpt.SetDefinedMacro(MacroNameTok.getIdentifierInfo(),
2209 // inform MIOpt that this might be the start of a proper include guard.
2214 CurPPLexer->MIOpt.EnterTopLevelIfndef(MII, MacroNameTok.getLocation());
2216 CurPPLexer->MIOpt.EnterTopLevelConditional();
2261 CurPPLexer->MIOpt.EnterTopLevelIfndef(IfNDefMacro, IfToken.getLocation());
2263 CurPPLexer->MIOpt.EnterTopLevelConditional();
2298 // If this the end of a top-level #endif, inform MIOpt
[all...]
H A DLexer.cpp2830 MIOpt.ReadToken();
2855 MIOpt.ReadToken();
3033 // Notify MIOpt that we read a non-whitespace/non-comment token.
3034 MIOpt.ReadToken();
3038 // Notify MIOpt that we read a non-whitespace/non-comment token.
3039 MIOpt.ReadToken();
3091 // Notify MIOpt that we read a non-whitespace/non-comment token.
3092 MIOpt.ReadToken();
3120 // Notify MIOpt that we read a non-whitespace/non-comment token.
3121 MIOpt
[all...]
H A DPTHLexer.cpp84 MIOpt.ReadToken();
126 MIOpt.ReadToken();
H A DPPMacroExpansion.cpp226 if (CurPPLexer) CurPPLexer->MIOpt.ExpandedMacro();
/external/clang/include/clang/Lex/
H A DPreprocessorLexer.h66 MultipleIncludeOpt MIOpt; member in class:clang::PreprocessorLexer

Completed in 92 milliseconds