Searched refs:areInDifferentConditionalDirectiveRegion (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Lex/
H A DPreprocessingRecordTest.cpp125 EXPECT_TRUE(PPRec.areInDifferentConditionalDirectiveRegion(
127 EXPECT_FALSE(PPRec.areInDifferentConditionalDirectiveRegion(
129 EXPECT_TRUE(PPRec.areInDifferentConditionalDirectiveRegion(
131 EXPECT_TRUE(PPRec.areInDifferentConditionalDirectiveRegion(
133 EXPECT_FALSE(PPRec.areInDifferentConditionalDirectiveRegion(
135 EXPECT_TRUE(PPRec.areInDifferentConditionalDirectiveRegion(
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h574 bool areInDifferentConditionalDirectiveRegion(SourceLocation LHS, function in class:clang::PreprocessingRecord
/external/clang/lib/Edit/
H A DCommit.cpp77 PPRec->areInDifferentConditionalDirectiveRegion(loc, range.getBegin())) {

Completed in 97 milliseconds