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.h381 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp45 bool SemaObjC::checkInitMethod(ObjCMethodDecl *method, in checkInitMethod() function in SemaObjC
263 if (checkInitMethod(method, QualType())) in CheckARCMethodDecl()
H A DSemaExprObjC.cpp3259 checkInitMethod(Method, ReceiverType); in BuildInstanceMessage()