Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/fuchsia/
H A DMultipleInheritanceCheck.cpp60 bool MultipleInheritanceCheck::isInterface(const CXXRecordDecl *Node) { in isInterface() function in clang::tidy::fuchsia::MultipleInheritanceCheck
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h185 bool isInterface() const { return isInterface_; } in isInterface() function
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp680 bool isInterface{details.isInterface()}; PutSubprogram() local
H A Dresolve-names.cpp859 bool isInterface; // in interface block global() member
[all...]
/llvm-project/clang/include/clang/AST/
H A DDecl.h3800 bool isInterface() const { return getTagKind() == TagTypeKind::Interface; } isInterface() function