Home
last modified time | relevance | path

Searched refs:receiverTypeIfCall (Results 1 – 2 of 2) 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.cpp45 QualType receiverTypeIfCall) { in checkInitMethod() argument
69 if (receiverTypeIfCall.isNull() && in checkInitMethod()
79 if (receiverTypeIfCall.isNull()) in checkInitMethod()
82 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>() in checkInitMethod()
103 if (receiverTypeIfCall.isNull() && in checkInitMethod()