HomeSort by: relevance | last modified time | path
    Searched defs:matchTypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 3148 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy,
3235 if (!matchTypes(Context, strategy, li->getType(), ri->getType()))
3247 if (!matchTypes(Context, strategy, left->getReturnType(),
3273 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType()))
SemaDeclObjC.cpp 3148 static bool matchTypes(ASTContext &Context, Sema::MethodMatchStrategy strategy,
3235 if (!matchTypes(Context, strategy, li->getType(), ri->getType()))
3247 if (!matchTypes(Context, strategy, left->getReturnType(),
3273 if (!matchTypes(Context, strategy, lparm->getType(), rparm->getType()))

Completed in 119 milliseconds