Home
last modified time | relevance | path

Searched refs:getInterfaceStatus (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp40 bool MultipleInheritanceCheck::getInterfaceStatus(const CXXRecordDecl *Node, in getInterfaceStatus() function in clang::tidy::fuchsia::MultipleInheritanceCheck
68 if (getInterfaceStatus(Node, PreviousIsInterfaceResult)) in isInterface()
H A DMultipleInheritanceCheck.h36 bool getInterfaceStatus(const CXXRecordDecl *Node, bool &IsInterface) const;