Home
last modified time | relevance | path

Searched refs:rangeIntersectsConditionalDirective (Results 1 – 4 of 4) sorted by relevance

/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp120 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()
/external/clang/include/clang/Lex/
DPPConditionalDirectiveRecord.h76 bool rangeIntersectsConditionalDirective(SourceRange Range) const;
/external/clang/lib/Lex/
DPPConditionalDirectiveRecord.cpp24 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective( in rangeIntersectsConditionalDirective() function in PPConditionalDirectiveRecord
/external/clang/lib/Edit/
DCommit.cpp308 if (PPRec && PPRec->rangeIntersectsConditionalDirective(range.getAsRange())) in canRemoveRange()