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