Home
last modified time | relevance | path

Searched defs:isInterface (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp62 bool MultipleInheritanceCheck::isInterface(const CXXRecordDecl *Node) { in isInterface() function in clang::tidy::fuchsia::MultipleInheritanceCheck
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h85 bool isInterface() const { return isInterface_; } in isInterface() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp446 bool isInterface{details.isInterface()}; in PutSubprogram() local
H A Dresolve-names.cpp795 bool isInterface; // in interface block member
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h3570 bool isInterface() const { return getTagKind() == TTK_Interface; } in isInterface() function