Searched defs:hasInterface (Results 1 – 6 of 6) sorted by relevance
21 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
52 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
68 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
72 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
173 bool hasInterface() const { in hasInterface() function176 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
1109 const auto hasInterface{[&symbol](const Symbol *s) -> bool { in Collect() local