ABIChecker: add an API to document that SDKNodeRoot contains single module name. NFC

This commit is contained in:
Xi Ge
2023-09-18 10:37:55 -07:00
parent 26653a7344
commit 49eefc0b67
2 changed files with 8 additions and 0 deletions

View File

@@ -446,6 +446,7 @@ public:
ArrayRef<SDKNodeDecl*> getDescendantsByUsr(StringRef Usr) {
return DescendantDeclTable[Usr].getArrayRef();
}
llvm::Optional<StringRef> getSingleModuleName() const;
};
class SDKNodeType: public SDKNode {