HomeSort by relevance Sort by last modified time
    Searched refs:rangeIntersectsConditionalDirective (Results 1 - 4 of 4) sorted by null

  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 120 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
122 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
124 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
126 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
128 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
130 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
132 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
134 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
136 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
  /external/clang/include/clang/Lex/
PPConditionalDirectiveRecord.h 76 bool rangeIntersectsConditionalDirective(SourceRange Range) const;
  /external/clang/lib/Lex/
PPConditionalDirectiveRecord.cpp 24 bool PPConditionalDirectiveRecord::rangeIntersectsConditionalDirective(
  /external/clang/lib/Edit/
Commit.cpp 308 if (PPRec && PPRec->rangeIntersectsConditionalDirective(range.getAsRange()))

Completed in 329 milliseconds