Searched refs:matchTypes (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 3162 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function 3249 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes() 3261 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations() 3287 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()
|