Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.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()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprObjC.cpp234 TypeSourceInfo *ReturnTInfo = nullptr; in getNSNumberFactoryMethod() local
237 S.NSNumberPointer, ReturnTInfo, S.NSNumberDecl, in getNSNumberFactoryMethod()
502 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
505 NSStringPointer, ReturnTInfo, NSStringDecl, in BuildObjCBoxedExpr()
624 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCBoxedExpr() local
631 ReturnTInfo, in BuildObjCBoxedExpr()
776 TypeSourceInfo *ReturnTInfo = nullptr; in BuildObjCArrayLiteral() local
778 Context, SourceLocation(), SourceLocation(), Sel, IdT, ReturnTInfo, in BuildObjCArrayLiteral()
HDSemaPseudoObject.cpp1260 TypeSourceInfo *ReturnTInfo = nullptr; in findAtIndexSetter() local
1264 ReturnType, ReturnTInfo, S.Context.getTranslationUnitDecl(), in findAtIndexSetter()
HDSemaDeclObjC.cpp4105 TypeSourceInfo *ReturnTInfo = nullptr; in ActOnMethodDeclaration() local
4107 resultDeclType = GetTypeFromParser(ReturnType, &ReturnTInfo); in ActOnMethodDeclaration()
4122 Context, MethodLoc, EndLoc, Sel, resultDeclType, ReturnTInfo, CurContext, in ActOnMethodDeclaration()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp699 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo, in Create() argument
704 beginLoc, endLoc, SelInfo, T, ReturnTInfo, contextDecl, isInstance, in Create()
HDASTImporter.cpp3402 TypeSourceInfo *ReturnTInfo = Importer.Import(D->getReturnTypeSourceInfo()); in VisitObjCMethodDecl() local
3406 Name.getObjCSelector(), ResultTy, ReturnTInfo, DC, D->isInstanceMethod(), in VisitObjCMethodDecl()