Searched defs:hasInterface (Results 1 – 6 of 6) sorted by relevance
19 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
50 AST_MATCHER_P(ObjCImplementationDecl, hasInterface, in AST_MATCHER_P() argument
84 bool hasInterface(TypeID interfaceID) const { in hasInterface() function
373 bool hasInterface() const { hasInterface() function 376 bool hasInterface(TypeID interfaceID) const { hasInterface() function
1621 const auto hasInterface{[&symbol](const Symbol *s) -> bool { Collect() local