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.cpp482 bool HasRelatedResultType) { in Create() argument
488 HasRelatedResultType); in Create()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp2864 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
2877 HasRelatedResultType = (resultDeclType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
2895 HasRelatedResultType); in ActOnMethodDeclaration()