Searched refs:matchTypes (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3046 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, in matchTypes() function 3133 if (!matchTypes(Context, strategy, li->getType(), ri->getType())) in tryMatchRecordTypes() 3145 if (!matchTypes(Context, strategy, left->getReturnType(), in MatchTwoMethodDeclarations() 3168 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType())) in MatchTwoMethodDeclarations()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 3148 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()
|