Searched refs:matchTypes (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 2092 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function 2168 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes() 2180 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations() 2203 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()
|