Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDeclObjC.h169 TypeSourceInfo *ReturnTInfo; variable
227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
241 MethodDeclType(T), ReturnTInfo(ReturnTInfo), ParamsAndSelLocs(nullptr), in NamedDecl()
255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
344 TypeSourceInfo *getReturnTypeSourceInfo() const { return ReturnTInfo; } in getReturnTypeSourceInfo()
345 void setReturnTypeSourceInfo(TypeSourceInfo *TInfo) { ReturnTInfo = TInfo; } in setReturnTypeSourceInfo()
/external/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()
/external/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()
/external/clang/lib/Sema/
DSemaExprObjC.cpp285 TypeSourceInfo *ReturnTInfo = nullptr; in getNSNumberFactoryMethod() local
288 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, in getNSNumberFactoryMethod()
537 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
540 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
643 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
650 ReturnTInfo, in BuildObjCBoxedExpr()
784 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCArrayLiteral() local
786 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
DSemaPseudoObject.cpp1291 TypeSourceInfo *ReturnTInfo = nullptr; in findAtIndexSetter() local
1295 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(), in findAtIndexSetter()
DSemaDeclObjC.cpp4301 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local
4303 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4318 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
/external/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.cpp4719 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local
4721 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4736 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
/external/clang/lib/AST/
DDeclObjC.cpp752 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument
757 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
DASTImporter.cpp3624 TypeSourceInfo *ReturnTInfo = Importer.Import(D->getReturnTypeSourceInfo()); in VisitObjCMethodDecl() local
3628 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()