Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclObjC.cpp3148 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function
3235 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes()
3247 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations()
3273 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()