Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp4810 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4811 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4812 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()