Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DInterfaceFile.cpp144 if (isTwoLevelNamespace() != O->isTwoLevelNamespace()) { in merge()
167 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in merge()
246 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in remove()
315 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in extract()
365 if (BA.TwoLevelNamespace && !isTwoLevelNamespace()) in setFromBinaryAttrs()
H A DTextStub.cpp415 if (!File->isTwoLevelNamespace()) in NormalizedTBD()
783 if (!File->isTwoLevelNamespace()) in NormalizedTBD_V4()
H A DTextStubV5.cpp976 if (!File->isTwoLevelNamespace()) in serializeFlags()
1040 if (!File->isTwoLevelNamespace()) { in serializeIF()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h212 bool isTwoLevelNamespace() const { return IsTwoLevelNamespace; } in isTwoLevelNamespace() function