Home
last modified time | relevance | path

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

/external/clang/unittests/Lex/
DPPConditionalDirectiveRecordTest.cpp121 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()
/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()