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 117 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
119 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
121 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
123 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
125 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
127 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
129 EXPECT_FALSE(PPRec->rangeIntersectsConditionalDirective(
131 EXPECT_TRUE(PPRec->rangeIntersectsConditionalDirective(
133 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 81 milliseconds