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