Searched refs:WarnExactTypedMethods (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2513 /// WarnExactTypedMethods - This routine issues a warning if method
2515 void Sema::WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, function in class:Sema
2752 WarnExactTypedMethods(ImpMethodDecl, I, isa<ObjCProtocolDecl>(CDecl));
2778 WarnExactTypedMethods(ImpMethodDecl, I, isa<ObjCProtocolDecl>(CDecl));
/external/clang/include/clang/Sema/
H A DSema.h3075 /// WarnExactTypedMethods - This routine issues a warning if method
3077 void WarnExactTypedMethods(ObjCMethodDecl *Method,

Completed in 113 milliseconds