Home
last modified time | relevance | path

Searched refs:isTwoLevelNamespace (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp150 if (isTwoLevelNamespace() != O->isTwoLevelNamespace()) { in merge()
173 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in merge()
252 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in remove()
321 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in extract()
371 if (BA.TwoLevelNamespace && !isTwoLevelNamespace()) in setFromBinaryAttrs()
H A DTextStubV5.cpp925 if (!File->isTwoLevelNamespace()) in serializeFlags()
988 if (!File->isTwoLevelNamespace()) { in serializeIF()
H A DTextStub.cpp416 if (!File->isTwoLevelNamespace()) in NormalizedTBD()
784 if (!File->isTwoLevelNamespace()) in NormalizedTBD_V4()
/llvm-project/llvm/tools/llvm-readtapi/
H A DDiffEngine.cpp217 Order, Interface->isTwoLevelNamespace())); in getSingleIF()
350 if (IFLHS->isTwoLevelNamespace() != IFRHS->isTwoLevelNamespace()) in findDifferences()
352 lhs, IFLHS->isTwoLevelNamespace()), in findDifferences()
354 rhs, IFRHS->isTwoLevelNamespace()), in findDifferences()
/llvm-project/llvm/unittests/TextAPI/
H A DTextStubV5Tests.cpp220 EXPECT_FALSE(File->isTwoLevelNamespace()); in TEST()
414 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
491 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
512 EXPECT_TRUE(Document->isTwoLevelNamespace()); in TEST()
1601 EXPECT_FALSE(MergedFile->isTwoLevelNamespace()); in TEST()
1992 EXPECT_FALSE(ExtractedFile->isTwoLevelNamespace()); in TEST()
2247 EXPECT_FALSE(RemovedFile->isTwoLevelNamespace()); in TEST()
2431 EXPECT_TRUE(Document->isTwoLevelNamespace()); in TEST()
H A DTextStubV2Tests.cpp88 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
159 EXPECT_FALSE(File->isTwoLevelNamespace()); in TEST()
H A DTextStubV1Tests.cpp87 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
140 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
H A DTextStubV4Tests.cpp101 EXPECT_FALSE(File->isTwoLevelNamespace()); in TEST()
241 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
272 EXPECT_FALSE(Document->isTwoLevelNamespace()); in TEST()
H A DTextStubV3Tests.cpp95 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
179 EXPECT_TRUE(File->isTwoLevelNamespace()); in TEST()
/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h211 bool isTwoLevelNamespace() const { return IsTwoLevelNamespace; } in isTwoLevelNamespace() function