Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp42 QualType receiverTypeIfCall) { in checkInitMethod() argument
65 if (receiverTypeIfCall.isNull() && in checkInitMethod()
75 if (receiverTypeIfCall.isNull()) in checkInitMethod()
78 receiverClass = receiverTypeIfCall->castAs<ObjCObjectPointerType>() in checkInitMethod()
99 if (receiverTypeIfCall.isNull() && getSourceManager().isInSystemHeader(loc)) { in checkInitMethod()
/external/clang/include/clang/Sema/
DSema.h7053 bool checkInitMethod(ObjCMethodDecl *method, QualType receiverTypeIfCall);