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.cpp147 if (isTwoLevelNamespace() != O->isTwoLevelNamespace()) { in merge()
170 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in merge()
246 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in remove()
314 IF->setTwoLevelNamespace(isTwoLevelNamespace()); in extract()
363 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()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DInterfaceFile.h211 bool isTwoLevelNamespace() const { return IsTwoLevelNamespace; } in isTwoLevelNamespace() function