Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h236 bool HasRelatedResultType = false)
243 RelatedResultType(HasRelatedResultType), in NamedDecl()
270 bool HasRelatedResultType = false);
/external/clang/lib/AST/
DDeclObjC.cpp565 bool HasRelatedResultType) { in Create() argument
571 HasRelatedResultType); in Create()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3084 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
3092 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
3110 HasRelatedResultType); in ActOnMethodDeclaration()