Searched refs:rangeIntersectsConditionalDirective (Results 1 – 4 of 4) sorted by relevance
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()
76 bool rangeIntersectsConditionalDirective(SourceRange Range) const;
24 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective() function in PPConditionalDirectiveRecord
308 if (PPRec && PPRec->rangeIntersectsConditionalDirective(range.getAsRange())) in canRemoveRange()