Searched defs:isInterface (Results 1 – 5 of 5) sorted by relevance
60 bool MultipleInheritanceCheck::isInterface(const CXXRecordDecl *Node) { in isInterface() function in clang::tidy::fuchsia::MultipleInheritanceCheck
185 bool isInterface() const { return isInterface_; } in isInterface() function
680 bool isInterface{details.isInterface()}; PutSubprogram() local
859 bool isInterface; // in interface block global() member [all...]
3800 bool isInterface() const { return getTagKind() == TagTypeKind::Interface; } isInterface() function