Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp4736 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4737 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4738 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()