Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
DMultipleInheritanceCheck.cpp51 bool MultipleInheritanceCheck::isCurrentClassInterface( in isCurrentClassInterface() function in clang::tidy::fuchsia::MultipleInheritanceCheck
85 bool CurrentClassIsInterface = isCurrentClassInterface(Node); in isInterface()
DMultipleInheritanceCheck.h37 bool isCurrentClassInterface(const CXXRecordDecl *Node) const;