Lines Matching refs:PP
77 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(), in TEST_F() local
82 PP.EnterMainSourceFile(); in TEST_F()
87 PP.Lex(tok); in TEST_F()
109 ASSERT_EQ("M", PP.getSpelling(macroExpStartLoc, str)); in TEST_F()
110 ASSERT_EQ(")", PP.getSpelling(macroExpEndLoc, str)); in TEST_F()
192 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(), in TEST_F() local
197 PP.EnterMainSourceFile(); in TEST_F()
202 PP.Lex(tok); in TEST_F()
290 Preprocessor PP(new PreprocessorOptions(), Diags, LangOpts, Target.getPtr(), in TEST_F() local
297 PP.addPPCallbacks(new MacroTracker(Macros)); in TEST_F()
299 PP.EnterMainSourceFile(); in TEST_F()
304 PP.Lex(tok); in TEST_F()