Searched refs:MultipleInheritanceCheck (Results 1 – 5 of 5) sorted by relevance
28 void MultipleInheritanceCheck::addNodeToInterfaceMap(const CXXRecordDecl *Node, in addNodeToInterfaceMap()38 bool MultipleInheritanceCheck::getInterfaceStatus(const CXXRecordDecl *Node, in getInterfaceStatus()49 bool MultipleInheritanceCheck::isCurrentClassInterface( in isCurrentClassInterface()60 bool MultipleInheritanceCheck::isInterface(const CXXRecordDecl *Node) { in isInterface()88 void MultipleInheritanceCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()94 void MultipleInheritanceCheck::check(const MatchFinder::MatchResult &Result) { in check()
20 class MultipleInheritanceCheck : public ClangTidyCheck {22 MultipleInheritanceCheck(StringRef Name, ClangTidyContext *Context) in MultipleInheritanceCheck() function
10 MultipleInheritanceCheck.cpp
36 CheckFactories.registerCheck<MultipleInheritanceCheck>( in addCheckFactories()
18 "MultipleInheritanceCheck.cpp",