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