Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DMissingHashCheck.cpp19 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
H A DSuperSelfCheck.cpp50 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
/llvm-project/mlir/include/mlir/IR/
H A DTypeSupport.h84 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
H A DAttributeSupport.h84 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
H A DOperationSupport.h373 bool hasInterface() const { hasInterface() function
376 bool hasInterface(TypeID interfaceID) const { hasInterface() function
/llvm-project/flang/lib/Semantics/
H A Dmod-file.cpp1621 const auto hasInterface{[&symbol](const Symbol *s) -> bool { Collect() local