Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp45 QualType receiverTypeIfCall) { in checkInitMethod() argument
68 if (receiverTypeIfCall.isNull() && in checkInitMethod()
78 if (receiverTypeIfCall.isNull()) in checkInitMethod()
81 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>() in checkInitMethod()
102 if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) { in checkInitMethod()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h7459 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);