Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h232 bool HasRelatedResultType = false)
239 RelatedResultType(HasRelatedResultType), in NamedDecl()
260 bool HasRelatedResultType = false);
/external/clang/lib/AST/
DDeclObjC.cpp727 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
731 impControl, HasRelatedResultType); in Create()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4151 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4161 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4175 HasRelatedResultType); in ActOnMethodDeclaration()