Lines Matching refs:PPRec
85 PPRec = new PPConditionalDirectiveRecord(SourceMgr); in TEST_F() local
86 PP.addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec)); in TEST_F()
101 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
103 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
105 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
107 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
109 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
111 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
113 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
115 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
117 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()
120 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
122 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
124 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
126 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
128 EXPECT_FALSE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()
130 EXPECT_TRUE(PPRec->areInDifferentConditionalDirectiveRegion( in TEST_F()