Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp3154 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function
3241 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes()
3253 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations()
3279 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()