Searched refs:MultipleInheritanceCheck (Results 1 – 5 of 5) sorted by relevance
30 void MultipleInheritanceCheck::addNodeToInterfaceMap(const CXXRecordDecl *Node, in addNodeToInterfaceMap()40 bool MultipleInheritanceCheck::getInterfaceStatus(const CXXRecordDecl *Node, in getInterfaceStatus()51 bool MultipleInheritanceCheck::isCurrentClassInterface( in isCurrentClassInterface()62 bool MultipleInheritanceCheck::isInterface(const CXXRecordDecl *Node) { in isInterface()90 void MultipleInheritanceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()96 void MultipleInheritanceCheck::check(const MatchFinder::MatchResult &Result) { in check()
22 class MultipleInheritanceCheck : public ClangTidyCheck {24 MultipleInheritanceCheck(StringRef Name, ClangTidyContext *Context) in MultipleInheritanceCheck() function
10 MultipleInheritanceCheck.cpp
37 CheckFactories.registerCheck<MultipleInheritanceCheck>( in addCheckFactories()
18 "MultipleInheritanceCheck.cpp",