Home
last modified time | relevance | path

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

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