Home
last modified time | relevance | path

Searched refs:bareResultType (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4726 QualType bareResultType = resultDeclType; in ActOnMethodDeclaration() local
4727 (void)AttributedType::stripOuterNullability(bareResultType); in ActOnMethodDeclaration()
4728 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()