Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclObjC.cpp4748 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4749 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4750 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()