Home
last modified time | relevance | path

Searched refs:TmpPP (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Rewrite/
DHTMLRewrite.cpp491 Preprocessor &TmpPP = const_cast<Preprocessor&>(PP); in HighlightMacros() local
492 DiagnosticsEngine *OldDiags = &TmpPP.getDiagnostics(); in HighlightMacros()
493 TmpPP.setDiagnostics(TmpDiags); in HighlightMacros()
496 TmpPP.SetCommentRetentionState(false, false); in HighlightMacros()
500 bool PragmasPreviouslyEnabled = TmpPP.getPragmasEnabled(); in HighlightMacros()
501 TmpPP.setPragmasEnabled(false); in HighlightMacros()
505 TmpPP.EnterTokenStream(TokenStream, false); in HighlightMacros()
507 TokenConcatenation ConcatInfo(TmpPP); in HighlightMacros()
511 TmpPP.Lex(Tok); in HighlightMacros()
515 TmpPP.Lex(Tok); in HighlightMacros()
[all …]