Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h373 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp44 bool SemaObjC::checkInitMethod(ObjCMethodDecl *method, in checkInitMethod() function in SemaObjC
262 if (checkInitMethod(method, QualType())) in CheckARCMethodDecl()
H A DSemaExprObjC.cpp3249 checkInitMethod(Method, ReceiverType); in BuildInstanceMessage()