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.cpp755 ImplementationControl impControl, bool HasRelatedResultType) { in Create() argument
759 impControl, HasRelatedResultType); in Create()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp4300 bool HasRelatedResultType = false; in ActOnMethodDeclaration() local
4310 HasRelatedResultType = (bareResultType == Context.getObjCInstanceType()); in ActOnMethodDeclaration()
4324 HasRelatedResultType); in ActOnMethodDeclaration()