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

/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp2488 /// WarnExactTypedMethods - This routine issues a warning if method
2490 void Sema::WarnExactTypedMethods(ObjCMethodDecl *ImpMethodDecl, function in class:Sema
2727 WarnExactTypedMethods(ImpMethodDecl, I, isa<ObjCProtocolDecl>(CDecl));
2750 WarnExactTypedMethods(ImpMethodDecl, I,
/external/clang/include/clang/Sema/
H A DSema.h3001 /// WarnExactTypedMethods - This routine issues a warning if method
3003 void WarnExactTypedMethods(ObjCMethodDecl *Method,

Completed in 70 milliseconds