Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp43 QualType receiverTypeIfCall) { in checkInitMethod() argument
66 if (receiverTypeIfCall.isNull() && in checkInitMethod()
76 if (receiverTypeIfCall.isNull()) in checkInitMethod()
79 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>() in checkInitMethod()
100 if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) { in checkInitMethod()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10868 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);