Searched refs:isSelfContained (Results 1 – 3 of 3) sorted by relevance
416 EXPECT_TRUE(Includes.isSelfContained(getID("pragmaguarded.h", Includes))); in TEST_F()417 EXPECT_TRUE(Includes.isSelfContained(getID("includeguarded.h", Includes))); in TEST_F()418 EXPECT_TRUE(Includes.isSelfContained(getID("recursive.h", Includes))); in TEST_F()419 EXPECT_FALSE(Includes.isSelfContained(getID("nonguarded.h", Includes))); in TEST_F()420 EXPECT_FALSE(Includes.isSelfContained(getID("pp_depend.h", Includes))); in TEST_F()
150 bool isSelfContained(HeaderID ID) const { in isSelfContained() function
316 if (Includes.isSelfContained(*HID)) in headerResponsible()