Home
last modified time | relevance | path

Searched refs:matchTypes (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaDeclObjC.cpp2087 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()