Home
last modified time | relevance | path

Searched refs:isSelfContained (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DHeadersTests.cpp416 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()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DHeaders.h150 bool isSelfContained(HeaderID ID) const { in isSelfContained() function
H A DIncludeCleaner.cpp316 if (Includes.isSelfContained(*HID)) in headerResponsible()