Home
last modified time | relevance | path

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

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