Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenFunction.h3294 static bool isObjCMethodWithTypeParams(const ObjCMethodDecl *method) { in isObjCMethodWithTypeParams() function
3308 static bool isObjCMethodWithTypeParams(const T *) { return false; } in isObjCMethodWithTypeParams() function
3324 bool isGenericMethod = isObjCMethodWithTypeParams(CallArgTypeInfo);