Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp4112 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4113 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4114 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()