Searched refs:matchTypes (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3161 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function 3248 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes() 3260 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations() 3286 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()
|