Home
last modified time | relevance | path

Searched refs:ReturnTInfo (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclObjC.h151 TypeSourceInfo *ReturnTInfo; variable
173 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
234 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
346 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; } in getReturnTypeSourceInfo()
347 void setReturnTypeSourceInfo(TypeSourceInfo *TInfo) { ReturnTInfo = TInfo; } in setReturnTypeSourceInfo()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DDeclObjC.cpp782 QualType T, TypeSourceInfo *ReturnTInfo, DeclContext *contextDecl, in ObjCMethodDecl() argument
787 DeclContext(ObjCMethod), MethodDeclType(T), ReturnTInfo(ReturnTInfo), in ObjCMethodDecl()
812 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument
818 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp286 TypeSourceInfo *ReturnTInfo = nullptr; in getNSNumberFactoryMethod() local
289 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, in getNSNumberFactoryMethod()
562 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
565 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
675 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
678 NSValuePointer, ReturnTInfo, NSValueDecl, in BuildObjCBoxedExpr()
811 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCArrayLiteral() local
813 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
DSemaPseudoObject.cpp1290 TypeSourceInfo *ReturnTInfo = nullptr; in findAtIndexSetter() local
1294 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(), in findAtIndexSetter()
DSemaDeclObjC.cpp4721 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local
4723 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4738 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()