Home
last modified time | relevance | path

Searched refs:receiverTypeIfCall (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h381 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp46 QualType receiverTypeIfCall) { in checkInitMethod() argument
70 if (receiverTypeIfCall.isNull() && in checkInitMethod()
80 if (receiverTypeIfCall.isNull()) in checkInitMethod()
83 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>() in checkInitMethod()
104 if (receiverTypeIfCall.isNull() && in checkInitMethod()