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