Searched defs:matchTypes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2087 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy, function
2174 if (!matchTypes(Context, strategy, li->getType(), ri->getType()))
2186 if (!matchTypes(Context, strategy, left->getReturnType(),
2209 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType()))

Completed in 78 milliseconds