Home
last modified time | relevance | path

Searched defs:hasInterface (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
H A DSuperSelfCheck.cpp52 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeSupport.h68 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
H A DAttributeSupport.h72 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
H A DOperationSupport.h173 bool hasInterface() const { in hasInterface() function
176 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp1109 const auto hasInterface{[&symbol](const Symbol *s) -> bool { in Collect() local