Lines Matching refs:PPRec
104 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F() local
105 PP.addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec)); in TEST_F()
120 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
122 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
124 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
126 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
128 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
130 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
132 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
134 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
136 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
139 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
141 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
143 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
145 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
147 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
149 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()