Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp4308 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4309 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4310 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()