Searched refs:rangeIntersectsConditionalDirective (Results 1 – 4 of 4) sorted by relevance
121 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()123 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()125 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()127 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()129 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()131 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()133 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()135 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective( in TEST_F()137 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()